This page describes how to delete an Exadata Infrastructure instance in Google Cloud. To create an instance, see Create instances. To modify an existing instance, see Manage instances.
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 an instance:
cloudExadataInfrastructureAdmin
.For more information on how to assign roles, see Apply IAM roles.
Delete instance
To delete your Exadata Infrastructure instance, complete the following steps:
Console
Go to the Exadata Database Service page in the Google Cloud console.
In the Exadata Infrastructure section, click the name of the instance you want to delete.
Confirm that all VM Clusters have been removed from the Exadata Infrastructure instance that you want to delete and that there are no active VM Clusters. You can view the VM Clusters associated with your Exadata Infrastructure instance on the Exadata Infrastructure details page.
To learn more on how to delete VM Clusters from your Exadata Infrastructure instance, see Delete VM Clusters.
Click Delete at the top of the page.
In the Delete Exadata Infrastructure? window, type the Infrastructure ID for your instance to confirm deletion of the instance.
Click Confirm.
gcloud
You can use the gcloud oracle-database cloud-exadata-infrastructures delete
Google Cloud CLI command to delete an instance using gcloud CLI.
Before running the command, confirm that all VM Clusters have been removed from the Exadata Infrastructure instance that you want to delete and that there are no active VM Clusters.
gcloud oracle-database cloud-exadata-infrastructures delete INSTANCE_ID
--location=REGION_ID
Replace the following:
- INSTANCE_ID: the identifier for the instance that you want to delete.
- REGION_ID: the region for the instance that you want to delete.
What's next
- Learn how to create or manage an instance.
- Configure Identity and Access Management roles for an instance.
- Use monitoring metrics to monitor your instances.