Delete Exascale VM Clusters

This page describes how to delete an Exascale VM Cluster in Google Cloud.

Deleting an Exascale VM Cluster doesn't delete its associated Exascale Storage Vault. To delete an Exascale Storage Vault, see Delete Exascale Storage Vaults. This action is irreversible.

Before you begin

Make sure that you have the required Identity and Access Management (IAM) roles and permissions to delete an Exascale VM Cluster:

  • roles/oracledatabase.exadbVmClusterAdmin

For information about how to assign roles, see Apply IAM roles.

Delete an Exascale VM Cluster

To delete an Exascale VM Cluster, do the following:

Console

  1. Go to the Exadata Database Service > Exascale Infrastructure page.

    Go to Exascale Infrastructure

  2. Select the VM Clusters tab.

  3. For the Exascale VM Cluster that you want to delete, click View actions, and then click Delete.

  4. In the Delete Exascale VM Cluster? dialog, type the cluster name to confirm deletion.

  5. Click Confirm.

API

To delete an Exascale VM Cluster, run the following curl command:

curl -X DELETE \
-H "Authorization: Bearer $(gcloud auth print-access-token)" \
-H "Content-Type: application/json" \
"https://oracledatabase.googleapis.com/v1/projects/PROJECT_ID/locations/REGION/exadbVmClusters/CLUSTER_ID"

Replace the following:

  • PROJECT_ID: the ID of your Google Cloud project which contains the Exascale VM Cluster. If you're using a Shared VPC, then this is the ID of your host project.
  • REGION: the region of your Exascale VM Cluster.
  • CLUSTER_ID: the ID of your Exascale VM Cluster.

What's next