I followed the instructions in Laravel docs to install Vagrant and Homestead on Windows 10, but now I\'ve decided to move the whole development stuff to another dedicated server
Step 1: Get a list of all installed boxes using
$ vagrant box list
Step 2: Run vagrant remove command, specify the box name, version, and provider for example
$ vagrant box remove laravel/homestead --box-version=0.4.4 --provider=virtualbox