From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/vagrant/cli%2Fhalt.html | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 devdocs/vagrant/cli%2Fhalt.html (limited to 'devdocs/vagrant/cli%2Fhalt.html') diff --git a/devdocs/vagrant/cli%2Fhalt.html b/devdocs/vagrant/cli%2Fhalt.html deleted file mode 100644 index 44eda701..00000000 --- a/devdocs/vagrant/cli%2Fhalt.html +++ /dev/null @@ -1,7 +0,0 @@ -

Halt

Command: vagrant halt [name|id]

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.

For linux-based guests, Vagrant uses the shutdown command to gracefully terminate the machine. Due to the varying nature of operating systems, the shutdown command may exist at many different locations in the guest's $PATH. It is the guest machine's responsibility to properly populate the $PATH with directory containing the shutdown command.

Options

-

- © 2010–2018 Mitchell Hashimoto
Licensed under the MPL 2.0 License.
- https://www.vagrantup.com/docs/cli/halt.html -

-
-- cgit v1.2.3