easygcloud
Delete a VM from the wrong zone, update the default zone, and recreate it
command
gcloud compute instances delete web-server --zone=us-east1-b && gcloud config set compute/zone us-central1-a && gcloud compute instances create web-servercommand
gcloud compute instances delete web-server --zone=us-east1-b && gcloud config set compute/zone us-central1-a && gcloud compute instances create web-serverTest your recall — not just your reading.
Practice with interactive quiz →