Stay organized with collections
Save and categorize content based on your preferences.
You can shut down the appliance to relocate it, or if planned power or facility
work will affect the appliance. To ensure that your data is safe, we provide
multiple options for shutting down the appliance:
Power down: The appliance powers off. To start the
appliance after power is restored, you must press the power button on the
appliance.
Halt: The appliance unmounts the drives, stops the
operating system, and idles the CPU. The appliance stays powered on. The
appliance can be safely powered off when halted, and it automatically boots
when power is restored.
Power down
To power down the appliance, run the shutdown command from the appliance
command line:
sudo shutdown now
To restart the appliance after powering down, press the power button.
Halt
To halt the appliance, use the -H flag with the shutdown command from the
appliance command line:
sudo shutdown -H now
The appliance does not power off. It can be manually powered off using the
power button, or by disconnecting power from the appliance.
Once power is restored, the appliance will automatically reboot.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Shut down the appliance\n\nYou can shut down the appliance to relocate it, or if planned power or facility\nwork will affect the appliance. To ensure that your data is safe, we provide\nmultiple options for shutting down the appliance:\n\n- **Power down**: The appliance powers off. To start the\n appliance after power is restored, you must press the power button on the\n appliance.\n\n- **Halt**: The appliance unmounts the drives, stops the\n operating system, and idles the CPU. The appliance stays powered on. The\n appliance can be safely powered off when halted, and it automatically boots\n when power is restored.\n\nPower down\n----------\n\nTo power down the appliance, run the `shutdown` command from the appliance\ncommand line: \n\n sudo shutdown now\n\nTo restart the appliance after powering down, press the power button.\n\nHalt\n----\n\nTo halt the appliance, use the `-H` flag with the `shutdown` command from the\nappliance command line: \n\n sudo shutdown -H now\n\nThe appliance does not power off. It can be manually powered off using the\npower button, or by disconnecting power from the appliance.\n\nOnce power is restored, the appliance will automatically reboot."]]