Deletes a GCE snapshot.
This command removes a single GCE snapshot, identified by the --name
parameter. The snapshot 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 snapshot.
Example usage
cloudmin delete-gce-snapshot --name snap4 Deleting GCE snapshot named snap4 .. .. done
Command Line Help
Deletes a GCE snapshot. cloudmin delete-gce-snapshot --project ID --name snapshot-name