Skip to content
AutomationTriggers
AGH RuntimeAutomation

agh automation triggers update

Update an automation trigger

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

agh automation triggers update

Update an automation trigger

agh automation triggers update <id> [flags]

Options

      --agent string                  Update the agent definition
      --enabled                       Update the enabled state
      --endpoint-slug string          Update the webhook endpoint slug
      --event string                  Update the trigger event
      --filter stringArray            Replace filters with key=value entries
  -h, --help                          help for update
      --name string                   Update the trigger name
      --prompt string                 Update the prompt template body
      --retry string                  Update retry policy: "none", "backoff", or "backoff:<max_retries>:<base_delay>"
      --webhook-id string             Update the stable webhook identifier
      --webhook-secret-ref string     Update the webhook secret ref
      --webhook-secret-value string   Write-only webhook secret value
      --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 triggers update <id> -o json

On this page