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. On the Dynamic Routing Gateways list page, select the DRG that you want to work with. If you need help finding the list page or the DRG, see Listing DRGs.
    2. On the details page, perform one of the following actions depending on the option that you see:
      • On the Routing tab, go to the DRG route tables section.
      • Under Resources, select DRG route tables.
    3. From the Actions menu (three dots) for the DRG route table, select Delete.
    4. When prompted, confirm the deletion.
    The route table is briefly in the Terminating state. When the process is complete it's removed from the list of route tables entirely.
  • 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.