I have a VM running on Google cloud that I would like to start and stop.
I am able to start/stop it from another VM in the same project using the command
sudo gcloud compute instances stop my-daily-data-vm --zone us-central1-c
Now, I would like to start/stop it from my Windows desktop. (FYI I do have gsutil installed on it). Is there a way I can do this?
Thank you :)