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

# Create Schedule

`POST /schedules`

Create Schedule

## Response `201`

The Schedules object.

- ScheduleEntity — ScheduleEntity model
  - `id` integer — Schedule ID.
  - `name` string — Schedule name.
  - `schedule_days_of_week` integer[] — 0-based weekdays used by the Schedule. 0 is Sunday.
  - `schedule_times_of_day` string[] — Times of day in HH:MM format (24-hour).
  - `schedule_time_zone` string — Time zone for scheduled times. If not set, times are interpreted as UTC.
  - `holiday_region` string — Optional holiday region on which linked resources do not run.
  - `human_readable_schedule` string — Human-readable Schedule description.
  - `created_at` string, date-time — Creation time.
  - `updated_at` string, date-time — Last update time.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `412` — Precondition Failed
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests

---

[API](https://skmtc.net/files/apis/files-com-api.md) · [All operations](https://skmtc.net/files/apis/files-com-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/files/files-com-api/versions/c80c746637fd/schema)
