fabric_create_job_schedule
Create a schedule for a Fabric item's job using a configuration object specifying type, start date, time, and time zone.
Instructions
Create a schedule for an item's job. configuration is the Fabric schedule object, e.g. {"type":"Daily","startDateTime":"2026-01-01T00:00:00","times":["09:00"],"localTimeZoneId":"UTC"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | Item ID (notebook, pipeline, spark job definition, lakehouse, …) | |
| jobType | Yes | Job type, e.g. "RunNotebook", "Pipeline", "sparkjob", "TableMaintenance" | |
| enabled | No | ||
| configuration | Yes | Schedule configuration object | |
| workspace | No | Workspace ID (defaults to FABRIC_DEFAULT_WORKSPACE) |