--- syntax: markdown tags: [tldr, common] source: https://github.com/tldr-pages/tldr.git --- # vagrant status > Display the state of machines in the current Vagrant environment. > See also: `vagrant`, `vagrant global-status`. > More information: . - View status of the machines in the current directory: `vagrant status` - Target a machine by name or ID: `vagrant status {{name|id}}`