I've got a batch job that I want to run in google compute engine on a NetBSD instance. I expected that I could just shutdown -hp now
at the end of the job and the instance would be powered off. But when I do that it still remains in the running state according to the google cloud console and CLI. How do I make a NetBSD virtual machine in google cloud shut itself off when it's no longer needed?
Note: Google cloud SDK is not available on NetBSD