Skip to content
Task
AGH RuntimeTask

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 reason

Options 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:

  • human for interactive terminal use
  • json for scripts and other machine-readable consumers
  • jsonl for wait or streaming commands that emit one JSON record per line
  • toon for compact agent-readable summaries

Example:

agh task pause <task-id> -o json

On this page