Virtual Machine On-Off and suspend using Vagrant VirtualBox. The following command show how to on VM, Off VM and suspend virtual machine using vagrant and virtualbox.
Show Box Status:
vagrant status
Running VM:
vagrant up
Shut down box but save the current state:
vagrant suspend
Shut down VM without saving state:
vagrant halt
Restart VM:
vagrant up
Reload VM Box:
vagrant reload