Sha256: 30750030076b36919b42172ced0d56f4122eef14e1bb6d0228d3e0e9a0a1aad6
Contents?: true
Size: 857 Bytes
Versions: 19
Compression:
Stored size: 857 Bytes
Contents
--- layout: "docs" page_title: "vagrant suspend - Command-Line Interface" sidebar_current: "cli-suspend" description: |- 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](/docs/cli/halt.html) or [destroying it](/docs/cli/destroy.html). A suspend effectively saves the _exact point-in-time state_ of the machine, so that when you [resume](/docs/cli/resume.html) 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.
Version data entries
19 entries across 15 versions & 4 rubygems