Documentation Index
Fetch the complete documentation index at: https://flox-kanishk-copy-page-as-markdown.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
NAME
flox-services-stop - stop running servicesSYNOPSIS
DESCRIPTION
Stops the specified running services. If no services are specified, then all services will be stopped. If any of the specified services are not currently running, a warning will be displayed and the remaining services will be stopped. If any of the specified services do not exist, an error will be returned and no services will be stopped. If an error is encountered while stopping one of the specified services, the remaining services will still be stopped, but a warning will be displayed for the services that failed to stop, and a non-zero exit code will be returned.OPTIONS
<name>The name(s) of the services to stop.
Environment Options
If no environment is specified for an environment command, the environment in the current directory or the active environment that was last activated is used.-d, --dirPath containing a .flox/ directory.
-r, --referenceA FloxHub environment, specified in the form
<owner>/<name>.
General Options
-h, --helpPrints help information. The following options can be passed when running any
flox subcommand
but must be specified before the subcommand.
-v, --verboseIncrease logging verbosity. Invoke multiple times for increasing detail.
-q, --quietSilence logs except for errors.
EXAMPLES
Stop a running service named ‘server’:SEE ALSO
flox-activate(1)