Stop
Stop a tenant's services
sfp server stop
Stop a tenant's services
USAGE
$ sfp server stop -t <value> [--json] [--base-dir <value>] [--passphrase <value> [--identity-file <value>
--ssh-connection <value>]] [-f] [--drain-timeout <value>] [-g <value>...] [--loglevel
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
FLAGS
-f, --force Skip waiting for active workflows to drain and stop immediately
-g, --logsgroupsymbol=<value>... Symbol used by CICD platform to group/collapse logs in the console. Provide an
opening group, and an optional closing group symbol.
-t, --tenant=<value> (required) Name of the tenant to stop
--base-dir=<value> [default: ./sfp-server] Base Directory which contains the sfp-server
--drain-timeout=<value> [default: 3600] Maximum seconds to wait for active workflows to complete before
stopping services
--identity-file=<value> Path to SSH private key file
--loglevel=<option> [default: info] logging level for this command invocation
<options: trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL>
--passphrase=<value> Passphrase for the SSH private key if required
--ssh-connection=<value> SSH connection string in the format user@host[:port]
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Stop a tenant's services
EXAMPLES
$ sfp server stop --tenant my-app
$ sfp server stop --tenant my-app --base-dir /opt/sfp-server
$ sfp server stop --tenant my-app --ssh-connection user@example.com --identity-file ~/.ssh/id_rsa