Deleting a Mesh
Delete a mesh in Service Mesh.
Important
Before you proceed, you must set up the appropriate OCI policies for the mesh resource. For details, see Required IAM Policy for a Mesh.
Before you proceed, you must set up the appropriate OCI policies for the mesh resource. For details, see Required IAM Policy for a Mesh.
To see what operations are available for
mesh delete
use:oci service-mesh mesh delete -h
To delete a mesh using the CLI, run
oci service-mesh mesh delete:
oci service-mesh mesh delete --mesh-id <meshId>
Where:
<meshId>
: the OCID of the mesh.
For example:
oci service-mesh mesh delete --mesh-id ocid1.mesh.oc1..aaa...
For more information about using the CLI, see:
Use the DeleteMesh operation to delete a mesh.