Some Basic Useful VirtualBox terminal commands

List the running VMs
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