Skip to content
AutomationJobs
CompozyOS RuntimeAutomation

compozy automation jobs

Manage automation jobs

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

compozy automation jobs

Manage automation jobs

compozy automation jobs [flags]

Options

      --cursor string      Continue after this automation job cursor
      --enabled            Filter by enabled state; use --enabled=false for disabled jobs
  -h, --help               help for jobs
      --limit int          Maximum jobs per page (default 50)
      --loop string        Filter by loop target name
      --query string       Search jobs by name, agent, prompt, scope, source, or schedule
      --scope string       Filter by scope: global or workspace
      --source string      Filter by definition source: config, package, or dynamic
      --workspace string   Override workspace filter (ID, name, or path)

Options inherited from parent commands

      --json            Emit JSON output
  -o, --output string   Output format: human, json, jsonl, or toon (default "human")

Output Formats

Every Compozy 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:

compozy automation jobs -o json

Subcommands

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

On this page