NAME
gdcloud database clusters delete - Delete a DBCluster custom resource.
SYNOPSIS
gdcloud database clusters delete CLUSTER_NAME [flags]
EXAMPLES
To delete a DBCluster custom resource with name "postgresql-db", run:
gdcloud database clusters delete postgresql-db
To delete a DBCluster custom resource with name "oracle-db" in the project "db", run:
gdcloud database clusters delete oracle-db --project=db
OPTIONAL FLAGS
--hard deletes any backups along the way.
GDCLOUD WIDE FLAGS
These flags are available to all commands: --configuration
, --format
, --help
, --project
, --quiet
.
For more information, see the gdcloud CLI reference overview page.