diff --git a/website/docs/source/v2/cli/destroy.html.md b/website/docs/source/v2/cli/destroy.html.md index 8b16e7973..9ed12ea11 100644 --- a/website/docs/source/v2/cli/destroy.html.md +++ b/website/docs/source/v2/cli/destroy.html.md @@ -18,3 +18,15 @@ confirmation can be skipped by passing in the `-f` or `--force` flag. ## Options * `-f` or `--force` - Don't ask for confirmation before destroying. + +
+ The vagrant destroy
command does not remove a box
+ that may have been installed on your computer during vagrant up
.
+ Thus, even if you run vagrant destroy
, the box installed in the system
+ will still be present on the hard drive. To return your computer to the
+ state as it was before vagrant up
command, you need to use
+ vagrant box remove
. For more information, read about the
+ [vagrant box remove](/v2/cli/box.html) command.
+