# start vm without gui in the background VBoxManage startvm "vmName" --type headless
# power off the running vm vmName VBoxManage controlvm "vmName" poweroff
# List running vms VBoxManage list runningvms