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