server
Last updated: May 29, 2026
Provides commands for interacting with servers.
Authentication
This command group currently requires legacy credentials (AccessKey and SecretKey). Onboarded users are typically provided these in mpcli.json as a temporary compatibility path.
Group usage
mpcli server [command] [flags]Group flags
Flag | Required | Description |
--serverid | No | serverid to perform the action on |
Commands
start
Note This command requires legacy credentials (AccessKey and SecretKey).
Start a server.
mpcli server start [flags]This command has no command-specific arguments or flags.
stop
Note This command requires legacy credentials (AccessKey and SecretKey).
Stop a server.
mpcli server stop [flags]This command has no command-specific arguments or flags.
restart
Note This command requires legacy credentials (AccessKey and SecretKey).
Restart a server.
mpcli server restart [flags]This command has no command-specific arguments or flags.
All server subcommands have no positional arguments.
Related
Global flags
Command reference index