NOME
gdcloud storage buckets delete - Elimina bucket di archiviazione.
SINOSSI
gdcloud storage buckets delete BUCKET_NAME [ BUCKET_NAME ...]
[--project=PROJECT_ID]
[--format=FORMAT]
[--log-http] [flags]
DESCRIZIONE
Elimina uno o più bucket di archiviazione.
ESEMPI
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
FLAG FACOLTATIVI
--log-http Log all HTTP server requests and responses to stderr.
GDCLOUD WIDE FLAGS
Questi flag sono disponibili per tutti i comandi: --configuration, --format, --help, --project, --quiet.
Per saperne di più, consulta la pagina Panoramica del riferimento di gcloud CLI.