NAME
gdcloud database clusters stop - Stop a DBCluster custom resource.
SYNOPSIS
gdcloud database clusters stop CLUSTER_NAME [flags]
EXAMPLES
To stop a DBCluster custom resource with name "postgresql-db", run:
gdcloud database clusters stop postgresql-db
To stop a DBCluster custom resource with name "oracle-db" in the project "db", run:
gdcloud database clusters stop oracle-db --project=db
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.