» Suspend

Command: vagrant suspend [name|id]

This suspends the guest machine Vagrant is managing, rather than fullyshutting it down or destroying it.

A suspend effectively saves the exact point-in-time state of the machine,so that when you resume it later, it begins runningimmediately from that point, rather than doing a full boot.

This generally requires extra disk space to store all the contents of theRAM within your guest machine, but the machine no longer consumes theRAM of your host machine or CPU cycles while it is suspended.