Exadata VM Cluster
To delete an existing Exadata VM Cluster, follow these steps.
- From the Oracle Database@Google cloud dashboard, select Oracle Exadata Database Service, then select Oracle Exadata VM clusters tab.
- Select your Exadata VM cluster that you want to delete, and then select the Delete button.

- To confirm your action, you must enter VM Cluster ID in the field, and then select the Confirm button.

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.
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.
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.
You can delete an Exadata VM Cluster 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 Exadata VM Cluster 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 Exadata VM Cluster.terraform planterraform applyOption 2: To delete all the resources created using the Terraform configuration file, run the following command in the Terminal window.terraform destroy