<source lang="bash">
# Get at list of projects
gcloud compute --project "relax-1143" $PROJ instances list
# Start it, it takes 30 seconds.
gcloud compute --project "relax-1143" $PROJ instances start --zone "europe-west1-c" "relax"$ZONE $PRID
ssh gcc_relax
exit
# Stop it through terminal
gcloud compute --project "relax-1143" $PROJ instances stop --zone "europe-west1-c" "relax"$ZONE $PRID
# This should now not work
ssh gcc_relax