skypilot-users

How can I move a stopped spot instance to a new zone in GCP?

Is it possible to move a stopped spot instance to a new zone in GCP instead of recreating it?

Ch

Chaskin Saroff

Asked on Dec 10, 2023

Moving a stopped spot instance to a new zone in GCP is not officially supported in skypilot. However, you can use the gcloud command-line tool to manually move the instance to a new zone. Here is an example command:

gcloud compute instances move INSTANCE_NAME --zone=NEW_ZONE
Dec 19, 2023Edited by