Task
agh 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.
agh task pause
Pause new runs for one task
agh task pause <task-id> [flags]Examples
# Pause a noisy task while current claims finish
agh 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 AGH 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:
agh task pause <task-id> -o json