2013-09-03 18:08:28 +00:00
|
|
|
---
|
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"
|
|
|
|
---
|
|
|
|
|
|
|
|
# Status
|
|
|
|
|
|
|
|
**Command: `vagrant status`**
|
|
|
|
|
|
|
|
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.
|