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