Documentation Index
Fetch the complete documentation index at: https://flox-robinbrantley-containers.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
NAME
flox-services-restart - restart running servicesSYNOPSIS
DESCRIPTION
Restarts the specified services. If no services are specified, stops all running services and starts new services using the latest build of the environment. If one or more services are running, then the specified services are started using the service config that the running services were started with. When all services are restarted, they are started from an ephemeral activation that uses the latest build of the environment. This may not be the build of the environment that your shell has activated, so the environment variables present for services may be different from the ones in your shell. To ensure that your shell and the services have the same environment, reactivate your environment after making edits to the manifest. An error is displayed if the specified service does not exist.OPTIONS
<name>The name(s) of the services to restart.
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
Restart a single service:SEE ALSO
flox-activate(1)