paws.networking (version 0.1.6)

appmesh_delete_mesh: Deletes an existing service mesh

Description

Deletes an existing service mesh.

Usage

appmesh_delete_mesh(meshName)

Arguments

meshName

[required] The name of the service mesh to delete.

Request syntax

svc$delete_mesh(
  meshName = "string"
)

Details

You must delete all resources (virtual services, routes, virtual routers, and virtual nodes) in the service mesh before you can delete the mesh itself.