Updates the configuration of an existing scheduled task.
Schedule Types:
Documentation Index
Fetch the complete documentation index at: https://docs.sequentum.com/llms.txt
Use this file to discover all available pages before exploring further.
API Key authorization header. Example: "Authorization: ApiKey {your-api-key}"
OAuth 2.0 Bearer token. Example: "Authorization: Bearer {access-token}"
The ID of the agent
The ID of the schedule to update
The updated schedule configuration
Request model for updating an existing schedule
Name of the schedule (required)
Cron expression for the schedule (e.g., "0 9 * * 1,4" for Mon/Thu at 9am)
Local schedule expression (human readable)
Timezone for the schedule (e.g., "America/New_York")
Start date/time for the schedule in UTC.
"2026-01-20T14:30:00Z"
JSON string of input parameters for scheduled runs
0, 1, 2, 3 Whether the schedule is enabled
Run every N periods (used with RunEveryPeriod)
Period unit for RunEveryCount (1=minutes, 2=hours, 3=days, 4=weeks, 5=months)
Parallelism level for the scheduled run
Max concurrency for parallel runs
Combined, Separated Proxy pool ID to use for scheduled runs
Server group ID for scheduled runs (optional). When specified, the schedule will run on servers in this group.
Fatal, Error, Warning, Info Text, TextAndHtml Whether to run exclusively (no concurrent runs)
Whether to wait on failure before retrying
Returns the updated schedule
Represents a scheduled task for an agent in the External API
0, 1, 2, 3 Combined, Separated Fatal, Error, Warning, Info Text, TextAndHtml