Kill a virtual box
# find the VM VBoxManage list vms # dump it VBoxManage controlvm <name> poweroff VBoxManage unregistervm <name> --delete