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.
    1. Open the navigation menu and click Developer Services. Under Containers & Artifacts, click Service Mesh.
    2. Click Service Meshes.
    3. On the Service Mesh page, from the list of compartments on the left side, select a compartment.
    4. From the list of meshes, click the mesh name that you want to delete.
    5. On the details page, click Delete.
    6. In the Delete Mesh dialog box, click Delete all.
      Note

      All the resources associated with the mesh are also deleted.
  • 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.