---
title: "Create a timetable"
method: POST
path: "/timetable"
tags: ["timetable"]
---

# Create a timetable

`POST /timetable`

## Request body

- TimetableForm
  - `timetable_type` 'CALENDAR' | 'HOURLY', required

## Response `201`

Timetable with train schedule ids

- TimetableResult — Creation result for a Timetable
  - `timetable_id` integer, required
  - `timetable_type` 'CALENDAR' | 'HOURLY', required

## Changes

> 77 revisions in range; 2 not diffed.

- **2026-06-24** `7b8ed612b922` — 1 breaking
  - added required request body
- **2026-06-18** `a6c0f93e1713` — 1 breaking
  - removed the request body
- **2026-06-18** `1bd462694f6d` — 1 breaking
  - added required request body
- **2026-06-18** `9951504c9cd1` — 1 breaking
  - removed the request body
- **2026-06-17** `a2972026b925` — 1 breaking
  - added required request body

[Full history](https://skmtc.dev/openrailassociation/apis/osrd-editoast/changes/timetable/post.md)

---

[API](https://skmtc.dev/openrailassociation/apis/osrd-editoast.md) · [All operations](https://skmtc.dev/openrailassociation/apis/osrd-editoast/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openrailassociation/osrd-editoast/revisions/e1fc96bc11fd/schema)
