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-WEITE FLAGS
Diese Flags sind für alle Befehle verfügbar: --configuration, --format, --help, --project, --quiet.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-09-04 (UTC)."],[[["\u003cp\u003eThis command initiates the startup of a specified DBCluster custom resource.\u003c/p\u003e\n"],["\u003cp\u003eYou must provide the CLUSTER_NAME as an argument to start the desired DBCluster.\u003c/p\u003e\n"],["\u003cp\u003eThe command supports the \u003ccode\u003e--project\u003c/code\u003e flag to specify the project where the DBCluster resides.\u003c/p\u003e\n"],["\u003cp\u003eGeneral flags like \u003ccode\u003e--configuration\u003c/code\u003e, \u003ccode\u003e--format\u003c/code\u003e, \u003ccode\u003e--help\u003c/code\u003e, and \u003ccode\u003e--quiet\u003c/code\u003e are also supported, in addition to the aforementioned flag.\u003c/p\u003e\n"]]],[],null,["# gdcloud database clusters start\n\nNAME\n----\n\ngdcloud database clusters start - Start a DBCluster custom resource.\n\nSYNOPSIS\n--------\n\n gdcloud database clusters start CLUSTER_NAME [flags]\n\n### EXAMPLES\n\n To start a stopped DBCluster custom resource with name \"postgresql-db\", run:\n\n gdcloud database clusters start postgresql-db\n\n To start a stopped DBCluster custom resource with name \"oracle-db\" in the project \"db\", run:\n\n gdcloud database clusters start oracle-db --project=db\n\n### GDCLOUD WIDE FLAGS\n\nThese flags are available to all commands: `--configuration`, `--format`, `--help`, `--project`, `--quiet`.\n\nFor more information, see the [gdcloud CLI reference overview](/distributed-cloud/hosted/docs/latest/gdch/resources/gdcloud-reference/gdcloud) page."]]