stop
Stop running services.Options
--config
Path to the configuration file. Used when no supervisor is running to locate services. When a supervisor is running, it uses the supervisor’s configuration.
--service
Name of a specific service to stop. If not specified, all services are stopped. Leaves other services running.
--sys
Opt into privileged system mode. Requires running as root.
--log-level
Set logging verbosity for this invocation. Accepts named levels (trace, debug, info, warn, error, off) or numeric values (5-0).
Examples
Stop all services
Stop a specific service
What happens
- Services stop in reverse dependency order
- Each service receives
SIGTERM - After 10 seconds,
SIGKILLis sent if needed - The supervisor exits (unless other services are running)