This page describes how to delete a Exadata VM Cluster in Google Cloud. To create a cluster, see Create clusters. To modify an existing cluster, see Manage clusters.
To learn more about Oracle Database@Google Cloud, see Product overview.
Before you begin
- Enable the Oracle Database@Google Cloud API for the project. 
- Confirm that you have the required roles necessary to delete a cluster: - cloudVmClusterAdmin.- For more information on how to assign roles, see Apply IAM roles. 
Delete cluster
To delete your Exadata VM Cluster, complete the following steps:
Console
- Go to the Exadata Database Service page in the Google Cloud console. 
- Click Exadata VM Clusters. 
- In the Exadata VM Clusters section, click the name of the cluster you want to delete. 
- Click Delete at the top of the page. 
- In the Delete Exadata VM Cluster? window, type the VM Cluster ID for your cluster to confirm deletion of the cluster. 
- Click Confirm. 
gcloud
You can use the gcloud oracle-database cloud-vm-clusters delete
Google Cloud CLI command to delete a cluster using gcloud CLI.
gcloud oracle-database cloud-vm-clusters delete CLUSTER_ID
--location=REGION_ID
Replace the following:
- CLUSTER_ID: the identifier for the cluster that you want to delete.
- REGION_ID: the region for the cluster that you want to delete.
C#
Go
Java
Node.js
PHP
Python
Ruby
What's next
- Learn how to create or manage a Exadata VM Cluster.
- Configure Identity and Access Management roles for an instance.
- Use monitoring metrics to monitor your instances.