Sha256: 9e999e7fc5b9e2b8c9815cc3b7cb33d852c25d07c602e77122cafb1a89dd2a5b
Contents?: true
Size: 576 Bytes
Versions: 1
Compression:
Stored size: 576 Bytes
Contents
--- page_title: "vagrant halt - Command-Line Interface" sidebar_current: "cli-halt" --- # Halt **Command: `vagrant halt`** This command shuts down the running machine Vagrant is managing. Vagrant will first attempt to gracefully shut down the machine by running the guest OS shutdown mechanism. If this fails, or if the `--force` flag is specified, Vagrant will effectively just shut off power to the machine. ## Options * `-f` or `--force` - Don't attempt to gracefully shut down the machine. This effectively pulls the power on the guest machine.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-cloudstack-1.2.0 | vendor/bundle/bundler/gems/vagrant-c84e05fd063f/website/docs/source/v2/cli/halt.html.md |