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
OPTIONALE FLAGS
--hard deletes any backups along the way.
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-07-16 (UTC)."],[[["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."]]],[]]