mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-03-12 05:32:37 -04:00
14 lines
415 B
Markdown
14 lines
415 B
Markdown
---
|
|
page_title: "vagrant status - Command-Line Interface"
|
|
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.
|