2013-09-03 18:08:28 +00:00
|
|
|
---
|
2016-01-19 18:08:53 +00:00
|
|
|
layout: "docs"
|
2013-09-06 16:50:43 +00:00
|
|
|
page_title: "vagrant status - Command-Line Interface"
|
2013-09-03 18:08:28 +00:00
|
|
|
sidebar_current: "cli-status"
|
2016-01-19 18:08:53 +00:00
|
|
|
description: |-
|
|
|
|
The "vagrant status" command is used to tell you the status of the virtual
|
|
|
|
machines in the current Vagrant environment.
|
2013-09-03 18:08:28 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
# Status
|
|
|
|
|
2016-04-12 11:45:10 +00:00
|
|
|
**Command: `vagrant status [name|id]`**
|
2013-09-03 18:08:28 +00:00
|
|
|
|
|
|
|
This will tell you the state of the machines Vagrant is managing.
|
|
|
|
|
|
|
|
It is quite easy, especially once you get comfortable with Vagrant, to
|
|
|
|
forget whether your Vagrant machine is running, suspended, not created, etc.
|
|
|
|
This command tells you the state of the underlying guest machine.
|