Skip to main content
PATCH
Update schedule

Authorizations

Authorization
string
header
required

JWT authentication token

Path Parameters

id
string<uuid>
required

Schedule ID

Body

application/json
custom_weekdays
integer[] | null
Required range: 0 <= x <= 6
direct_agent_id
string | null
file_keys
string[] | null
llm_model
enum<string>

LLM model identifier. "auto" defers model selection to the agent, which picks per-request based on task complexity, cost, and security context.

Available options:
auto,
opus-5,
opus-4.8,
opus-4.7,
opus-4.6,
sonnet-4.6,
haiku-4.5,
gpt-5.6-sol-high,
gpt-5.6-terra-high,
gemini-3-pro,
gemini-3-flash,
grok-4.3-high,
grok-4.3-fast,
grok-4.5-high,
grok-4.5-fast,
kimi-k3,
glm-5.2,
deepseek-v4-pro-high,
deepseek-v4-flash
name
string
Maximum string length: 256
reporting_mode
enum<string>

Output reporting mode - 'full' returns all data (default), 'changes_only' generates a diff report. Omit the field to leave unchanged.

Available options:
full,
changes_only
run_at
string

For one_time schedules - relative ("5m", "1h", "2d") or absolute ("14:30", "3:00PM") time. Required when changing to one_time.

scan_frequency
enum<string>
Available options:
daily,
weekly,
monthly,
custom
schedule_type
enum<string>

Change schedule type. Requires run_at when changing to one_time, or scan_frequency when changing to recurring.

Available options:
recurring,
one_time
secrets
string[] | null
start_time
string | null

Start time in HH:MM format (24h)

task_message
string
Minimum string length: 1

Response

Schedule updated

schedule
object
required