AutomationJobs
AGH RuntimeAutomation
agh automation jobs update
Update an automation job
- Audience
- Operators running durable agent work
- Focus
- Automation guidance shaped for scanability, day-two clarity, and operator context.
agh automation jobs update
Update an automation job
agh automation jobs update <id> [flags]Options
--agent string Update the agent definition
--enabled Update the enabled state
-h, --help help for update
--name string Update the job name
--prompt string Update the prompt body
--retry string Update retry policy: "none", "backoff", or "backoff:<max_retries>:<base_delay>"
--schedule string Update the schedule spec
--workspace string Update the 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 update <id> -o json