14 lines
353 B
Markdown
Raw Normal View History

# vagrant status
> Display the state of machines in the current Vagrant environment.
> See also: `vagrant`, `vagrant global-status`.
> More information: <https://developer.hashicorp.com/vagrant/docs/cli/status>.
- View status of the machines in the current directory:
`vagrant status`
- Target a machine by name or ID:
`vagrant status {{name|id}}`