---
title: "Update an existing schedule"
method: PATCH
path: "/schedules/{schedule_id}/"
tags: ["Schedules"]
---

# Update an existing schedule

`PATCH /schedules/{schedule_id}/`

## Path parameters

- `schedule_id` string, required

## Request body

- Schedule
  - `start` string
  - `end` string
  - `build_start` string
  - `build_end` string
  - `assignment_id` integer
  - `host_id` integer

## Response `200`

Schedule

- Schedule
  - `start` string
  - `end` string
  - `build_start` string
  - `build_end` string
  - `assignment_id` integer
  - `host_id` integer

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.dev/quadsproject/apis/quads.md) · [All operations](https://skmtc.dev/quadsproject/apis/quads/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quadsproject/quads/revisions/a060ee3d649d/schema)
