Deleting an Ingress Gateway

Delete an ingress gateway in Service Mesh.

Important

Before you proceed, you must set up the appropriate OCI policies for the ingress gateway resource. For details, see Required IAM Policy for Ingress Gateways.
    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, which contains the ingress gateway that you want to delete.
    5. On the details page of the mesh, under Resources, click Ingress Gateways.
    6. In the Ingress Gateways table, click the ingress gateway that you want to delete.
    7. On the details page of the ingress gateway, click More actions and select Delete.
    8. In the Delete Ingress Gateway dialog box, click Delete all.
  • To see what operations are available for ingress-gateway delete use:

    oci service-mesh ingress-gateway delete -h

    Run ingress-gateway delete to delete the ingress gateway:

    oci service-mesh ingress-gateway delete --ingress-gateway-id <ingressGatewayId>

    where:

    • <ingressGatewayId> is the OCID of the ingress gateway.

    For example:

    oci service-mesh ingress-gateway delete --ingress-gateway-id ocid1.meshingressgateway.oc1..aaa...

    For more information about using the CLI, see:

  • Use the DeleteIngressGateway operation to delete an ingress gateway.