commands.sh

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, --forceboolean

Do not ask for confirmation before destroying

Example: vagrant destroy {{[-f|--force]}}
-g, --gracefulboolean

Shut down the machine gracefully

Example: vagrant destroy {{[-g|--graceful]}}

Examples (4)

Destroy the currently running machine

Target a machine by name or ID

Do 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