ODB Network

To delete an existing ODB Network, follow these steps.

    1. From the Oracle Database@Google Cloud dashboard , select the ODB networks
    2. Select delete from the Actions.
      A screenshot showing the deletion of an ODB network.

    3. Confirm deletion in the pop up window.
      ODB network.

  • ODB network deletion is only available through the gcloud Console and gcloud CLI.

  • There is currently no content for this page. Oracle AI Database@Google Cloud team intends to add content here, and this placeholder text is provided until that text is added. The Oracle AI Database@Google Cloud team is excited about future new features, enhancements, and fixes to this product and this accompanying documentation. We strongly recommend you watch this page for those updates.

  • ODB network deletion is only available through the gcloud Console and gcloud CLI.

  • You can delete an ODB Network in Google Cloud using Google Cloud Terraform provider in two ways.

    Prerequisites
    • Terraform or OpenTofu installed
    • Google Cloud credentials configured
    • HashiCorp Google Cloud provider version >= 7.0
    Option 1: Remove the ODB Network resource block from the Terraform configuration file and run the following commands in the Terminal window. Make sure no other resources are dependent on your ODB Network.
    terraform plan
    terraform apply
    Option 2: To delete all the resources created using the Terraform configuration file, run the following command in the Terminal window.
    terraform destroy