Deleting an Ingress Gateway Route Table
Delete an ingress gateway route table in Service Mesh.
- Open the navigation menu and click Developer Services. Under Containers & Artifacts, click Service Mesh.
- Click Service Meshes.
- On the Service Mesh page, from the list of compartments on the left side, select a compartment.
- From the list of meshes, click the mesh name that contains the ingress gateway for which you want to delete the route table.
- On the details page of the mesh, under Resources, click Ingress Gateways.
- In the Ingress Gateways table, click the ingress gateway that contains the route table that you want to delete.
- On the ingress gateway details page, from the Route Tables table, click the route table that you want to delete.
- On the route table details page, click Delete.
- In the Delete Ingress Gateway Route Table dialog box, click Delete.
To delete an ingress gateway route table, use the service-mesh resource with the
ingress-gateway-route-table
option.oci service-mesh ingress-gateway-route-table delete --ingress-gateway-route-table-id <ingress-gateway-route-table-id>
Example:
oci service-mesh ingress-gateway-route-table delete --ingress-gateway-route-table-id ocid.meshingressgatewayroutetable.oc1.iad.aaaa....
To see what operations are available for
ingress-gateway-route-table delete
use:oci service-mesh ingress-gateway-route-table delete -h
Use the DeleteIngressGatewayRouteTable operation to delete an ingress gateway route table.