Stop
sfp server stop
sfp server stopsfp server stop
sfp server stopUSAGE
$ sfp server stop -t <value> [--json] [--passphrase <value>
[--identity-file <value> --ssh-connection <value>]] [-f] [-g <value>...]
[--loglevel
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
FLAGS
-t, --tenant=<value> (required) Name of the tenant to stop
-f, --force Force stop even if services are in use
--json Format output as json
SSH OPTIONS
--ssh-connection=<value> SSH connection string in the format user@host[:port]
--identity-file=<value> Path to SSH private key file
--passphrase=<value> Passphrase for the SSH private key if required
OTHER OPTIONS
-g, --logsgroupsymbol=<value>... Symbol used by CICD platform to group/collapse logs
--loglevel=<option> [default: info] logging level for this command invocation
<options: trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL>
DESCRIPTION
Stop a tenant's services
This command gracefully shuts down all services for the specified tenant including:
- API server
- Critical workers
- Normal workers
- Batch workers
- Supporting services (Redis, Caddy)
EXAMPLES
$ sfp server stop --tenant my-app
$ sfp server stop --tenant my-app --force
$ sfp server stop --tenant my-app --ssh-connection [email protected] --identity-file ~/.ssh/id_rsa
$ sfp server stop --tenant my-app --jsonStop Modes
Graceful Stop (Default)
Force Stop
Remote Server Management
Best Practices
Maintenance Window Shutdown
Emergency Shutdown
Output Format
Standard Output
JSON Output
Last updated