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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["The `gdcloud database clusters stop` command halts a specified DBCluster custom resource."],["You can stop a DBCluster by its name, such as `postgresql-db`, using the command."],["The command allows specifying a project, like `db`, with the `--project` flag when stopping a DBCluster in that specific project."],["Common flags available to the command, as with all `gdcloud` commands, include `--configuration`, `--format`, `--help`, `--project`, and `--quiet`."]]],[]]