---
title: "Update Schedule"
method: PUT
path: "/api/schedules/{schedule_id}"
tags: ["schedules"]
---

# Update Schedule

`PUT /api/schedules/{schedule_id}`

Update a schedule

## Path parameters

- `schedule_id` string, required

## Request body

- ScheduleUpdate
  - `schedule_type` string, nullable
  - `time_of_day` string, nullable
  - `days_of_week` string, nullable
  - `day_of_month` integer, nullable
  - `cron_expression` string, nullable
  - `timezone` string, nullable
  - `is_enabled` boolean, nullable
  - `is_paused` boolean, nullable
  - `notification_email` string, nullable
  - `notify_on_start` boolean, nullable
  - `notify_on_complete` boolean, nullable
  - `notify_on_failure` boolean, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/qomplement/apis/fastapi.md) · [All operations](https://skmtc.net/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qomplement/fastapi/versions/718de1c0d866/schema)
