flox services-stop
command
NAME
flox-services-stop - stop running services
SYNOPSIS
flox [<general-options>] services stop
[<name>] ...
DESCRIPTION
Stops the specified running services.
If no services are specified, then all services will be stopped.
Attempting to stop a service that is not running will return an error. Similarly, attempting to stop a service that isn’t in your manifest will also return an error.
OPTIONS
General Options
-h
, --help
Prints help information.
The following options can be passed when running any flox
subcommand
but must be specified before the subcommand.
-v
, --verbose
Increase logging verbosity. Invoke multiple times for increasing detail.
-q
, --quiet
Silence logs except for errors.
EXAMPLES:
Stop a running service named ‘server’:
$ flox services stop server
Stop all running services:
$ flox services stop