Delete Exascale Storage Vaults

This page describes how to delete an Exascale Storage Vault in Google Cloud.

Before you begin

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

  • roles/oracledatabase.exascaleDbStorageVaultAdmin

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

Delete an Exascale Storage Vault

To delete an Exascale Storage Vault, do the following:

Console

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

    Go to Exascale Infrastructure

  2. Select the Exascale Storage Vaults tab.

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

  4. In the Delete Exascale Storage Vault? dialog, type the vault name to confirm deletion of your vault.

  5. Click Confirm.

API

To delete an Exascale Storage Vault, 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/exascaleDbStorageVaults/VAULT_ID"

Replace the following:

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

What's next