Cleanup
Deleting the vagrant VM
Go to the folder where you ran git clone in Step 1.3.
vagrant destroy
Get the list of Virtual Box VMs
vboxmanage list vms
Delete any unused VMs.
vboxmanage unregistervm <vmid from the previous step> --delete