I code for living
© 2010 - 2022
~ 30 sec read
List the running VMs vboxmanage list runningvms
vboxmanage list runningvms
Power Off specific VM with the name VM_NAME (the name can be obtained via the list command) vboxmanage controlvm VM_NAME poweroff
vboxmanage controlvm VM_NAME poweroff