Update a schedule
Runtime API - Schedules
Update a schedule
PATCH
Update a schedule
Documentation Index
Fetch the complete documentation index at: https://docs.runflow.ai/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Schedule ID
Body
application/json
Schedule name
Example:
"Daily Report"
Schedule type
Available options:
interval, daily, cron Example:
"interval"
Interval in minutes (required for type "interval")
Required range:
1 <= x <= 43200Example:
60
Time in HH:mm format (required for type "daily")
Example:
"09:00"
Cron expression (required for type "cron")
Example:
"0 9 * * *"
Timezone for scheduled executions
Example:
"America/Sao_Paulo"
Message sent to agent on each scheduled execution
Example:
"Run the daily report task"
Maximum number of executions (0 = unlimited)
Required range:
x >= 0Example:
0
Additional metadata for the schedule
Example:
{ "reportType": "daily" }Conversation context captured automatically by the SDK (entityType, entityValue, sessionId, userId)
Example:
{
"entityType": "phone",
"entityValue": "+5511999999999"
}Response
200
Schedule updated successfully.