Deleting a DRG Route Table

Delete a Dynamic Routing Gateway (DRG) route table in Oracle Cloud Infrastructure.

Before you try to delete a DRG route table, verify that no attachments in the DRG use that route table.

    1. Open the navigation menu and click Networking. Under Customer connectivity, click Dynamic routing gateway.
    2. Under List Scope, select the compartment that contains the DRG with the route table that you want to delete.
      The page updates to display only the resources in that compartment. If you're not sure which compartment to use, contact an administrator. For more information, see Access Control.
    3. Click the name of the DRG.
    4. Under Resources, click DRG route tables.
    5. Click the name of the DRG route table that you want to delete.
    6. Click Delete.
    7. Verify that you want to delete the route table by clicking Delete.
    The route table is briefly in the Terminating state. When the process is complete it's removed from the list of route tables.
  • Use the network drg-route-table delete command and required parameters to delete the specified DRG route table:

    oci network drg-route-table delete --drg-route-table-id ocid ... [OPTIONS]

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the DeleteDrgRouteTable operation to delete a DRG route table.