Deleting a Virtual Deployment

Delete a virtual deployment in Service 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 contains the virtual service, which has the virtual deployment that you want to delete.
    5. On the details page of the mesh, click the name of the virtual service that has the virtual deployment that you want to delete.
    6. On the details of the virtual service, click the name of the virtual deployment that you want to delete.
    7. On the details page of the virtual deployment, click More actions and select Delete.
    8. In the Delete Virtual Deployment dialog box, click Delete.
  • To delete a virtual deployment, use the service-mesh resource with the virtual-deployment option.

    oci service-mesh virtual-deployment delete --virtual-deployment-id <virtual-deployment-id>

    Example:

    oci service-mesh virtual-deployment delete --virtual-deployment-id ocid.meshvirtualdeployment.oc1.iad.aaaa....

    To see what operations are available for virtual-deployment delete use:

    oci service-mesh virtual-deployment delete -h
  • Use the DeleteVirtualDeployment operation to delete a virtual deployment.