Skip to content
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 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 update <id> -o json

On this page