---
title: "Create Schedule"
method: POST
path: "/schedules"
tags: ["Schedules"]
---

# Create Schedule

`POST /schedules`

## Request body

- CreateScheduleRequestData
  - `name` string, required
  - `message` string, required
  - `scheduled_at` string, date-time, required
  - `completed_at` string, date-time, nullable
  - `status` 0 | 1 | 2
  - `notifications` boolean
  - `components` ScheduleComponentRequestData[], nullable
    - `id` integer, required
    - `status` 1 | 2 | 3 | 4 | 5 | 6, required

## Response `200`

`Schedule`

## Other responses

- `401` — Unauthenticated
- `403` — Authorization error
- `422` — Validation error

## Changes

- **2026-07-10** `4e4308be5bcf` — 13 breaking, 9 info
  - removed the enum value `1` of the request property `components/items/status`
  - removed the enum value `2` of the request property `components/items/status`
  - removed the enum value `3` of the request property `components/items/status`
  - removed the enum value `4` of the request property `components/items/status`
  - …18 more
- **2026-06-26** `b7fcc33d06e5` — 7 breaking, 6 info
  - removed the enum value `1.00` of the request property `components/items/status`
  - removed the enum value `2.00` of the request property `components/items/status`
  - removed the enum value `3.00` of the request property `components/items/status`
  - removed the enum value `4.00` of the request property `components/items/status`
  - …9 more
- **2026-05-09** `64c2a336b25f` — 1 warning
  - removed the request property `status`
- **2025-12-02** `b912f4471de4` — 3 info
  - the request property `completed_at` became nullable
  - the request property `completed_at` became optional
  - added the non-success response with the status `403`
- …earlier changes not shown

[Full history](https://skmtc.dev/cachethq/apis/cachet/changes/schedules/post.md)

---

[API](https://skmtc.dev/cachethq/apis/cachet.md) · [All operations](https://skmtc.dev/cachethq/apis/cachet/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cachethq/cachet/revisions/4e4308be5bcf/schema)
