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
SINALIZAÇÕES GERAIS DO GDCLOUD
Estas flags estão disponíveis para todos os comandos: --configuration, --format, --help, --project, --quiet.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 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."]]