---
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
  - `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-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`
- **2025-08-25** `c7bc597b862d` — 3 warning
  - removed the optional property `data/relationships/components/data/items/attributes` from the response with the `200` status
  - removed the optional property `data/relationships/components/data/items/relationships` from the response with the `200` status
  - removed the optional property `data/relationships/updates/data/items/attributes` from the response with the `200` status
- **2025-08-19** `3f2730e7a222` — 1 info
  - added the new `6.00` enum value to the request property `components/items/status`

[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/b7fcc33d06e5/schema)
