/
CO
composiohq
/
Agent Orchestrator HTTP daemon
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Updated on 2026-09-27
Details
Filter operations
agents
26
automations
6
get
List recurring automations
post
Create a recurring automation
get
Get one recurring automation
delete
Delete an automation and its run history
patch
Update a recurring automation
get
List durable automation run history
browser
2
conversations
28
dev
1
events
1
fs
1
github
4
identity
2
import
4
link-preview
1
mobile
10
notifications
6
projects
13
prs
2
push
3
reports
2
reviews
10
sessions
54
settings
3
shellTerminals
4
system
5
usage
2
automations
Update a recurring automation
patch
/api/v1/automations/{automationId}
Path parameters
automationId
string
required
Automation identifier.
Automation identifier.
Request body
UpdateAutomationRequest
required
cron
string
nullable
displayName
string
nullable
enabled
boolean
nullable
harness
string
nullable
kind
'worker'
|
'orchestrator'
nullable
prompt
string
nullable
rrule
string
nullable
timezone
string
nullable
Response
OK
AutomationEnvelope
required
automation
AutomationResponse
required
Changes