17 lines
463 B
Markdown
17 lines
463 B
Markdown
|
---
|
||
|
layout: "docs"
|
||
|
page_title: "vagrant resume - Command-Line Interface"
|
||
|
sidebar_current: "cli-resume"
|
||
|
description: |-
|
||
|
The "vagrant resume" command is used to bring a machine back into the "up"
|
||
|
state, perhaps if it was previously suspended via "vagrant halt" or "vagrant
|
||
|
suspend".
|
||
|
---
|
||
|
|
||
|
# Resume
|
||
|
|
||
|
**Command: `vagrant resume`**
|
||
|
|
||
|
This resumes a Vagrant managed machine that was previously suspended,
|
||
|
perhaps with the [suspend command](/docs/cli/suspend.html).
|