14 lines
361 B
Markdown
14 lines
361 B
Markdown
|
---
|
||
|
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.
|