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
string

LLM model identifier. Values may be Neo model labels or provider-native model IDs discovered at runtime from an AI connection. "auto" defers model selection to the agent, which picks per-request based on task complexity, cost, and security context.

Minimum string length: 1
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