gdcloud storage buckets delete

이름

gdcloud storage buckets delete - 스토리지 버킷을 삭제합니다.

개요

gdcloud storage buckets delete BUCKET_NAME [ BUCKET_NAME ...]
    [--project=PROJECT_ID]
    [--format=FORMAT]
    [--log-http] [flags]

설명

하나 이상의 스토리지 버킷을 삭제합니다.

EXAMPLES

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 참조 개요 페이지를 참고하세요.