alpacon server shutdown

This command shuts down the operating system of a specified server through its agent. By default it asks for confirmation before proceeding. If the server has active user work (an open Websh or WebFTP session, or an in-flight command), the shutdown is refused unless you pass --force.

alpacon server shutdown SERVER [flags]

Options

  -y, --yes     Skip confirmation prompt
      --force   Override the busy guard even when the server has active user work
  -h, --help    help for shutdown

Examples

Shut down a server by name:

alpacon server shutdown my-server

Skip the confirmation prompt:

alpacon server shutdown my-server -y

Shut down even when the server has active user work:

alpacon server shutdown my-server --force

Once the request is accepted, run alpacon events to monitor progress.

Last updated: