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