Daemon
compozy daemon stop
Stop the Compozy daemon
- Audience
- Operators running durable agent work
- Focus
- Daemon guidance shaped for scanability, day-two clarity, and operator context.
compozy daemon stop
Stop the Compozy daemon
compozy daemon stop [flags]Examples
# Ask the running daemon to stop
compozy daemon stopOptions
-h, --help help for stopOptions inherited from parent commands
--json Emit JSON output
-o, --output string Output format: human, json, jsonl, or toon (default "human")Output Formats
Every Compozy command supports -o, --output:
humanfor interactive terminal usejsonfor scripts and other machine-readable consumersjsonlfor wait or streaming commands that emit one JSON record per linetoonfor compact agent-readable summaries
Example:
compozy daemon stop -o json