Skip to content
AutomationJobs
AGH RuntimeAutomation

agh automation jobs

Manage automation jobs

Audience
Operators running durable agent work
Focus
Automation guidance shaped for scanability, day-two clarity, and operator context.

agh automation jobs

Manage automation jobs

agh automation jobs [flags]

Options

  -h, --help               help for jobs
      --last int           Show only the most recent N jobs
      --scope string       Filter by scope: global or workspace
      --source string      Filter by definition source: config or dynamic
      --workspace string   Filter by workspace path, name, or ID

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 automation jobs -o json

Subcommands

CommandDescription
agh automation jobs createCreate an automation job
agh automation jobs deleteDelete an automation job
agh automation jobs getShow one automation job
agh automation jobs historyShow run history for one automation job
agh automation jobs triggerForce an immediate automation job run
agh automation jobs updateUpdate an automation job

On this page