名前
gdcloud compute disks delete - 仮想マシン ディスクを削除します。
概要
gdcloud compute disks delete DISK_NAME [flags]
EXAMPLES
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
オプションのフラグ
--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.
GDCLOUD ワイドフラグ
これらのフラグは、すべてのコマンドで使用できます: --configuration、--format、--help、--project、--quiet。
詳細については、gdcloud CLI リファレンスの概要ページをご覧ください。