---
title: "Admin reschedule a booking"
method: POST
path: "/v1/bookings/{id}/reschedule"
tags: ["Bookings"]
---

# Admin reschedule a booking

`POST /v1/bookings/{id}/reschedule`

Moves a confirmed booking to a new start time. Sends a reschedule notification email to the attendee.

## Path parameters

- `id` string, required

## Request body

- object
  - `start_time` string, required — New ISO start time
  - `override` boolean — If true, bypasses availability/slot validation — allows any date/time including weekends

## Response `200`

Default Response

- object

---

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