Deletes a GCE image.
This command removes a single GCE private image, identified by the --name
parameter. The image will be deleted along with all of its contents without prompting.
If you have multiple GCE projects, the --project
flag can be used to select the project that owns the image.
Example usage
cloudmin delete-gce-image --name test4 Deleting GCE image named test4 .. .. done
Command Line Help
Deletes a GCE image. cloudmin delete-gce-image --project ID --name image-name