Skip to content
AdlyseMCP Docs
Product guideMCP reference
⌘K
Open Adlyse
⌘K
Overview
QuickstartAuthentication
adlyse-insights
adlyse-reports
adlyse-ads
adlyse-workflows
list_workflowsget_workflowrun_workflowget_run_status
adlyse-adminadlyse-all
  1. Overview
  2. adlyse-workflows

update_schedule

Change a schedule’s cadence, its name, or the instruction it runs with. Only the fields you pass change.

Parameters#

NameTypeRequiredDefaultDescription
schedule_idstringyesThe schedule id
namestring | nullnoNew name
messagestring | nullnoNew instruction for an agent target
frequencystring | nullnohourly, daily, weekdays, weekly, monthly
hourintegerno9Hour of day, 0–23
minuteintegerno0Minute of the hour, 0–59
weekdayinteger | nullno0=Sunday … 6=Saturday, for frequency: weekly
day_of_monthinteger | nullno1–28, for frequency: monthly
cron_expressionstring | nullnoA 5-field cron expression, instead of frequency
timezonestring | nullnoIANA name
descriptionstring | nullnoNew description
intervalinteger | nullnoRepeat every N days/weeks/months (2 on a weekly cadence = every other week). Re-anchors on the next fire when it changes

Pass at most one of frequency / cron_expression.

Returns#

The same shape as create_schedule — including the updated human_readable and next_runs, so you can confirm the new cadence.

Errors#

error_typeWhen
auth_errorMissing / invalid API key
feature_not_availableYour plan does not include schedules
not_foundUnknown schedule id, or one outside your organization
invalid_inputBoth cadence forms passed; a malformed cron; unknown timezone