gdcloud database clusters delete

名稱

gdcloud database clusters delete - Delete a DBCluster custom resource.

概要

gdcloud database clusters delete CLUSTER_NAME [flags]

範例

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

選用旗標

      --hard          deletes any backups along the way.
      --zone string   Zone to use for this invocation. To preset the zone flag for all commands that require it, run: "gdcloud config set core/zone ZONE". The zone flag is available only in multi-zone environments.

GDCLOUD 廣泛標記

所有指令都可使用這些旗標:--configuration--format--help--project--quiet

詳情請參閱 gcloud CLI 參考資料總覽頁面。