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 IDOptions 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 automation jobs -o jsonSubcommands
| Command | Description |
|---|---|
| agh automation jobs create | Create an automation job |
| agh automation jobs delete | Delete an automation job |
| agh automation jobs get | Show one automation job |
| agh automation jobs history | Show run history for one automation job |
| agh automation jobs trigger | Force an immediate automation job run |
| agh automation jobs update | Update an automation job |