Reschedule a booking (old name)
reschedule_bookingDEPRECATED — this tool is now called reschedule_session and behaves identically. The old name keeps working so that agents connected before the rename are not broken. Prefer reschedule_session, which is accurate for certificates as well as appointments.
Move a booking to a different slot at no charge. Requires the email the order was created with. Call check_availability first to get a valid new_slot_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Must match the order's email | ||
| order_id | Yes | ||
| new_slot_id | Yes | A slot_id from check_availability |