Deletes a GCE disk.
This command removes a single GCE disk, identified by the --name
parameter. The disk will be deleted along with all of its contents without prompting, but only if it is not currently attached to a GCE instance.
If you have multiple GCE projects, the --project
flag can be used to select the project that owns the disk. If the disk is not in the project's default zone, you must use the --zone
flag to specify the correct one.
Example usage
cloudmin delete-gce-disk --name test5 Deleting GCE disk named test5 .. .. done
Command Line Help
Deletes a GCE disk. cloudmin delete-gce-disk --project ID --name disk-name [--zone name]