vagrant/website/source/docs/cli/status.html.md

19 lines
580 B
Markdown
Raw Normal View History

---
layout: "docs"
page_title: "vagrant status - Command-Line Interface"
sidebar_current: "cli-status"
description: |-
The "vagrant status" command is used to tell you the status of the virtual
machines in the current Vagrant environment.
---
# Status
2016-04-12 11:45:10 +00:00
**Command: `vagrant status [name|id]`**
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.