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
OPTIONAL FLAGS
--log-http Log all HTTP server requests and responses to stderr.
GDCLOUD WIDE FLAGS
These flags are available to all commands: --configuration, --format, --help, --project, --quiet.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["The `gdcloud storage buckets delete` command is used to delete one or more storage buckets."],["You can delete multiple buckets at once by listing their names after the command."],["You can specify a non-default project for bucket deletion using the `--project` flag."],["The `--log-http` flag allows logging of HTTP requests and responses to stderr."],["The command can utilize gdcloud wide flags such as `--configuration`, `--format`, `--help`, `--project`, and `--quiet`."]]],[]]