Create or update a schedule
create-scheduleSchedule an Actor or saved task to run automatically on a cron expression. Provide inline input or a task, and reuse the ID to update an existing schedule.
Instructions
Run an Actor or a saved task on a cron schedule, executed by the server itself. Give either actor with inline input, or task. Re-using an id updates it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Lowercase letters, digits and hyphens. | |
| cron | Yes | Standard 5-field cron, e.g. "0 */6 * * *". | |
| task | No | ||
| actor | No | ||
| input | No | ||
| title | No | ||
| enabled | No | ||
| timezone | No | IANA zone, e.g. "Asia/Kolkata". Defaults to UTC. |