devbox services stop
Stops a service. If no service is specified, stops all your running services and shuts down process-compose.
devbox services stop [service]... [flags]
Options
Option | Description |
---|---|
-e, --env stringToString | environment variables to set in the devbox environment (default []) |
--env-file string | path to a file containing environment variables to set in the devbox environment |
-h, --help | help for stop |
-q, --quiet | Quiet mode: Suppresses logs. |
SEE ALSO
- devbox services - Interact with devbox services