---
title: "Update a Thermostat Schedule"
method: POST
path: "/thermostats/schedules/update"
tags: ["/thermostats"]
---

# Update a Thermostat Schedule

`POST /thermostats/schedules/update`

Updates a specified [thermostat schedule](/capability-guides/thermostats/creating-and-managing-thermostat-schedules).

## Request body

- object
  - `climate_preset_key` string — Key of the [climate preset](/capability-guides/thermostats/creating-and-managing-climate-presets) to use for the thermostat schedule.
  - `ends_at` string — Date and time at which the thermostat schedule ends, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.
  - `is_override_allowed` boolean — Indicates whether a person at the thermostat or using the API can change the thermostat's settings while the schedule is active. See also [Specifying Manual Override Permissions](/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
  - `max_override_period_minutes` integer, nullable — Number of minutes for which a person at the thermostat or using the API can change the thermostat's settings after the activation of the scheduled climate preset. See also [Specifying Manual Override Permissions](/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
  - `name` string — Name of the thermostat schedule.
  - `starts_at` string — Date and time at which the thermostat schedule starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format.
  - `thermostat_schedule_id` string, uuid, required — ID of the thermostat schedule that you want to update.

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/seam/apis/seam-connect.md) · [All operations](https://skmtc.net/seam/apis/seam-connect/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/seam/seam-connect/versions/00c35395ce12/schema)
