Commands
qprobe stop
Stop a running process managed by QUESTPIE Probe.
qprobe stop
Stop a running process by name, or stop all managed processes.
qprobe stop <name>
qprobe stop --allFlags
| Flag | Description |
|---|---|
--all | Stop all managed processes |
Examples
# Stop a specific process
qprobe stop server
# Stop everything
qprobe stop --allBehavior
- Reads the PID from
tmp/qprobe/pids/<name>.pid - Sends SIGTERM to the process
- If the service has a custom
stopcommand in config, runs that instead - Cleans up the PID file