LinuxCommandLibrary

vagrant-halt

Shut down a running Vagrant machine

TLDR

Stop VM

$ vagrant halt
copy
Force stop
$ vagrant halt -f
copy
Stop specific VM
$ vagrant halt [name]
copy

SYNOPSIS

vagrant halt [options] [name]

DESCRIPTION

vagrant halt shuts down a running Vagrant machine. Sends a shutdown signal to the guest OS. Use --force to power off immediately without graceful shutdown.

PARAMETERS

-f, --force

Force shutdown (power off).

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community