gcloud compute
all
Create, run, and manage VMs on Google Cloud infrastructure. See also: `gcloud`.
More info →Examples (8)
List Compute Engine zones
gcloud compute zones listCreate a VM instance
gcloud compute instances create instance_nameDisplay a VM instance's details
gcloud compute instances describe instance_nameList all VM instances in a project
gcloud compute instances listCreate a snapshot of a persistent disk
gcloud compute disks snapshot disk_name --snapshot-names snapshot_nameDisplay a snapshot's details
gcloud compute snapshots describe snapshot_nameDelete a snapshot
gcloud compute snapshots delete snapshot_nameConnect to a VM instance using SSH
gcloud compute ssh instance_namemade by @shridhargupta | data from tldr-pages