Examples (8)
List all installed boxes
vagrant box listAdd a new box
vagrant box add hashicorp/bionic64Add a box from a custom URL
vagrant box add my-box https://example.com/my-box.boxRemove an installed box
vagrant box remove hashicorp/bionic64Update all boxes that are in use in the current Vagrant environment
vagrant box updateUpdate a specific box
vagrant box update --box bento/debian-12Check if there is a new version available for the box that you are using
vagrant box outdatedClean up old versions of installed boxes
vagrant box prunemade by @shridhargupta | data from tldr-pages