Lists all GCE snapshots for instances
This command lists the GCE snapshots that have been created from disks and can be used to create new disks. By default a human-readable table is shown,
but you can use the --name-only
flag to get just snapshot names, or --multiline
to get full details in a parsable format. Also it will by default show snapshots for all projects, but you can limit the output to a single project with the --project
flag.
Example usage
cloudmin list-gce-snapshots Name Size Description Project -------------------- ---------- ------------------------- ------------------ snap4 16 GB webmin-gce
Command Line Help
Lists all GCE snapshots. cloudmin list-gce-snapshots [--multiline | --name-only] [--project ID]