vagrant destroy
all
Stop a guest machine and destroy all its resources. Any boxes installed are kept intact. See also: `vagrant`.
More info →Options (2)
-f, --forcebooleanDo not ask for confirmation before destroying
Example:
vagrant destroy {{[-f|--force]}}-g, --gracefulbooleanShut down the machine gracefully
Example:
vagrant destroy {{[-g|--graceful]}}Examples (4)
Destroy the currently running machine
Target a machine by name or ID
vagrant destroy name|idDo not ask for confirmation before destroying
vagrant destroy [-f|--force]Shut down the machine gracefully
vagrant destroy [-g|--graceful]made by @shridhargupta | data from tldr-pages