mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-02-03 20:39:27 -05:00
22 lines
1.1 KiB
Text
22 lines
1.1 KiB
Text
---
|
|
layout: docs
|
|
page_title: vagrant status - Command-Line Interface
|
|
description: |-
|
|
The "vagrant status" command is used to tell you the status of the virtual
|
|
machines in the current Vagrant environment.
|
|
---
|
|
|
|
⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
|
|
> [!IMPORTANT]
|
|
> **Documentation Update:** Product documentation previously located in `/website` has moved to the [`hashicorp/web-unified-docs`](https://github.com/hashicorp/web-unified-docs) repository, where all product documentation is now centralized. Please make contributions directly to `web-unified-docs`, since changes to `/website` in this repository will not appear on developer.hashicorp.com.
|
|
⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️
|
|
|
|
# Status
|
|
|
|
**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.
|