Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 831 Bytes

suspend.mdx

File metadata and controls

22 lines (17 loc) · 831 Bytes
layout page_title description
docs
vagrant suspend - Command-Line Interface
The "vagrant suspend" command is used to suspend the guest machine Vagrant is currently managing.

Suspend

Command: vagrant suspend [name|id]

This suspends the guest machine Vagrant is managing, rather than fully shutting 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 running immediately from that point, rather than doing a full boot.

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