To delete a DBCluster custom resource with name "postgresql-db", run:
gdcloud database clusters delete postgresql-db
To delete a DBCluster custom resource with name "oracle-db" in the project "db", run:
gdcloud database clusters delete oracle-db --project=db
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-08-18。"],[[["This command `gdcloud database clusters delete` is used to delete a DBCluster custom resource."],["You must specify the `CLUSTER_NAME` to delete a particular DBCluster, such as `postgresql-db`."],["The `--project` flag allows you to specify a project if the DBCluster is not in the current default project."],["The `--hard` flag allows for the deletion of any backups associated with the DBCluster."]]],[]]