Get a list of your VMs
vim-cmd vmsvc/getallvms
Find the one you’re interested in and check its “power” state
vim-cmd vmsvc/power.getstate [vmid]
Power off
vim-cmd vmsvc/power.off [vmid]
Power on
vim-cmd vmsvc/power.on [vmid]
Get a list of your VMs
vim-cmd vmsvc/getallvms
Find the one you’re interested in and check its “power” state
vim-cmd vmsvc/power.getstate [vmid]
Power off
vim-cmd vmsvc/power.off [vmid]
Power on
vim-cmd vmsvc/power.on [vmid]