名称
gdcloud storage buckets delete - 删除存储分区。
摘要
gdcloud storage buckets delete BUCKET_NAME [ BUCKET_NAME ...]
[--project=PROJECT_ID]
[--format=FORMAT]
[--log-http] [flags]
说明
删除一个或多个存储分区。
示例
The following command deletes a bucket named my-bucket under the default project:
gdcloud storage buckets delete my-bucket
The following command deletes two buckets, one named my-bucket and a second bucket named my-other-bucket:
gdcloud storage buckets delete my-bucket my-other-bucket
The following command deletes a bucket under a project with ID my-project-id:
gdcloud storage buckets delete my-bucket --project=my-project-id
可选标志
--log-http Log all HTTP server requests and responses to stderr.
GDCLOUD 全局标志
以下标志适用于所有命令:--configuration、--format、--help、--project、--quiet。
如需了解详情,请参阅 gdcloud CLI 参考概览页面。