Skip to content

Instantly share code, notes, and snippets.

@michaelwsherman
Last active April 8, 2019 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelwsherman/83baa4d51ce1986f9fb6af1833776a3e to your computer and use it in GitHub Desktop.
Save michaelwsherman/83baa4d51ce1986f9fb6af1833776a3e to your computer and use it in GitHub Desktop.
Start a stopped VM.
export INSTANCE_NAME="my-instance"
export ZONE="us-west1-b"
gcloud compute instances start $INSTANCE_NAME \
--zone=$ZONE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment