--- layout: "docs" page_title: "vagrant destroy - Command-Line Interface" sidebar_current: "cli-destroy" description: |- The "vagrant destroy" command is used to stop the running virtual machine and terminate use of all resources that were in use by that machine. --- # Destroy **Command: `vagrant destroy`** This command stops the running machine Vagrant is managing and destroys all resources that were created during the machine creation process. After running this command, your computer should be left at a clean state, as if you never created the guest machine in the first place. For linux-based guests, Vagrant uses the `shutdown` command to gracefully terminate the machine. Due to the varying nature of operating systems, the `shutdown` command may exist at many different locations in the guest's `$PATH`. It is the guest machine's responsibility to properly populate the `$PATH` with directory containing the `shutdown` command. ## Options * `-f` or `--force` - Do not ask for confirmation before destroying.