---
title: "Reschedule Job"
method: PUT
path: "/jobs/schedule"
---

# Reschedule Job

`PUT /jobs/schedule`

## Request body

- object
  - `job_uid` string
  - `from_date` string, date
  - `to_date` string, date
  - `remove_from_route` boolean
  - `reason` string
  - `work_mins_required` integer
  - `job_timezone` string
  - `appointment_uid` string — Required if appointments is enabled

## Response `200`

200

- object
  - `type` string
  - `message` string

## Other responses

- `400` — 400
- `404` — 404

---

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