---
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
  - `published_at` string, date-time, nullable
  - `notifications` boolean
  - `components` ScheduleComponentRequestData[], nullable
    - `id` integer, required
    - `status` 1 | 2 | 3 | 4 | 5 | 6, required
  - `tags` string[]
  - `meta` object, nullable

## Response `200`

`Schedule`

## Other responses

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

## Changes

- **2026-08-25** `96314e3ca8ef` — 4 info
  - added the new optional request property `tags`
  - added the optional property `data/relationships/tags` to the response with the `200` status
  - added the optional property `included/items/anyOf[subschema #1: Component]/relationships/tags` to the response with the `200` status
  - added `#/components/schemas/Tag` to the `included/items/` response property `anyOf` list for the response status `200`
- **2026-08-05** `1cae90969eb9` — 1 warning
  - removed the request property `status`
- **2026-07-27** `09d2b7258b3c` — 1 breaking, 7 warning, 2 info
  - the `included/items/anyOf[subschema #1: Component]/attributes/pivot/component_status/value` response's property type/format changed from `string, null`/`` to `integer, null`/`` for status `200`
  - added the new `Major outage` enum value to the `included/items/anyOf[subschema #1: Component]/attributes/pivot/component_status/human` response property for the response status `200`
  - added the new `Operational` enum value to the `included/items/anyOf[subschema #1: Component]/attributes/pivot/component_status/human` response property for the response status `200`
  - added the new `Partial outage` enum value to the `included/items/anyOf[subschema #1: Component]/attributes/pivot/component_status/human` response property for the response status `200`
  - …6 more
- …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/7f89fdcf710a/schema)
