Task
compozy task pause
Pause new runs for one task
- Audience
- Operators running durable agent work
- Focus
- Task guidance shaped for scanability, day-two clarity, and operator context.
compozy task pause
Pause new runs for one task
compozy task pause <task-id> [flags]Examples
# Pause a noisy task while current claims finish
compozy task pause task-123 --reason "provider incident"Options
-h, --help help for pause
--metadata string Optional task-pause metadata JSON
--reason string Task-pause reasonOptions 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 task pause <task-id> -o json