Skip to content

pitchfork stop

  • Usage: pitchfork stop [-a --all] [ID]…
  • Aliases: kill

Sends a stop signal to a daemon

Sends SIGTERM to gracefully stop a running daemon. Use 'pitchfork status' to check if the daemon has stopped.

When using --all, daemons are stopped in reverse dependency order: dependents are stopped before the daemons they depend on.

Examples: pitchfork stop api Stop a single daemon pitchfork stop api worker Stop multiple daemons pitchfork stop --all Stop all running daemons in dependency order pitchfork kill api Same as 'stop' (alias)

Arguments

[ID]…

The name of the daemon(s) to stop

Flags

-a --all

Stop all running daemons (in reverse dependency order)

Released under the MIT License.