/
AG
agno
/
Agno API Reference
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v1
latest
OpenAPI 3.1.0
2026-07-26
142
186
376.1 KB
Schedules
Update Schedule
patch
/schedules/{schedule_id}
Path parameters
schedule_id
string
required
Request body
ScheduleUpdate
required
name
string
nullable
cron_expr
string
nullable
endpoint
string
nullable
method
string
nullable
description
string
nullable
payload
object
nullable
timezone
string
nullable
timeout_seconds
integer
nullable
max_retries
integer
nullable
retry_delay_seconds
integer
nullable
Response
Successful Response
ScheduleResponse
required
id
string
required
name
string
required
description
string
nullable
method
string
required
endpoint
string
required
payload
object
nullable
cron_expr
string
required
timezone
string
required
timeout_seconds
integer
required
max_retries
integer
required
retry_delay_seconds
integer
required
enabled
boolean
required
next_run_at
integer
nullable
created_at
integer
nullable
updated_at
integer
nullable