gdcloud compute disks delete

NAMA

gdcloud compute disks delete - Menghapus disk virtual machine.

SYNOPSIS

gdcloud compute disks delete DISK_NAME [flags]

CONTOH

To delete a VM Disk named "example-vm-disk" in project "example-project in multi-zone environment", run:

    gdcloud compute disks delete example-disk \
    --project example-project \
    --zone us-east1-a

To delete a VM Disk named "example-vm-disk" in project "example-project in non multi-zone environment, run:
    gdcloud compute disks delete example-disk \
    --project example-project \
    --zone us-east1-a

FLAG OPSIONAL

      --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.

FLAG GDCLOUD WIDE

Flag ini tersedia untuk semua perintah: --configuration, --format, --help, --project, --quiet.

Untuk mengetahui informasi selengkapnya, lihat halaman ringkasan referensi gcloud CLI.