vagrant reload
all
Equivalent of running `halt` followed by `up`. A reload is usually required for changes in a Vagrantfile to take effect. See also: `vagrant`.
More info →Examples (3)
Reload the currently running machine
Target a machine by name or ID
vagrant reload name|idForce the provisioners to run
vagrant reload --provisionmade by @shridhargupta | data from tldr-pages