Previous Topic: server info Command Output SpecificationNext Topic: shutdown Command (Server Management)--Shutdown a Server


reboot Command (Server Management)--Reboot a Server

Reboot a server

Syntax
server reboot <name> | --all [ reason=<reason> ] [ --force ] [ --kill ]
server reboot <name> | --all --flag 
Options
<name>

Name of server to reboot

--all

Reboot all servers

<reason>

Reason why server is being rebooted

--kill

Force reboot of server even though there may be an application currently running on the server.

--force

Skip prompting user for verification

--flag

Flag the server for reboot (do not actually reboot)

Examples
server reboot srv2 reason="stuck mount"

reboot 'srv2'

server reboot --all

reboot all servers

server reboot srv2 --flag

flag srv2 for reboot