I tried to stop a vm instances using
gcloud compute instances stop instance-2-1
It throws an error as follows:
ERROR: (gcloud.compute.instances.stop) Could not fetch resource: - The resource 'projects/white-stacker-182910/zones/asia-southeast1-a/instances/instance-2-1' was not found
I launched my instance in asia-southeast-1-b
I cant stop the instances in a specific region or zone except asia-southeast1-a
How can i stop an instances regardless of regions and zones. Or how can i stop an instance by specifying the region and zone along with it.