---
title: "Create delayed schedule"
method: POST
path: "/api/chargers/{chargerId}/schedules/delayed"
tags: ["Delayed"]
---

# Create delayed schedule

`POST /api/chargers/{chargerId}/schedules/delayed`

Creates a new delayed schedule in the charger's scheduling state.
This is a one-off schedule that delays charging up until the specified time.

## Path parameters

- `chargerId` string, required

## Request body

- ChargeSchedulingAPICreateDelayedScheduleRequest
  - `enabled` boolean — Whether the schedule is enabled. Enabled schedules are automatically installed to the charger.
  - `timezone` string — IANA timezone identifier of timezone to use for the schedule.
  - `startTime` string, time, nullable — Start time of the charging schedule.
  - `maximumAmps` integer — The maximum electrical current in amperes available to the vehicle throughout the charging schedule.

## Response `200`

- ChargeSchedulingAPICreateDelayedScheduleResponse
  - `enabled` boolean — Whether the schedule is enabled. Enabled schedules are automatically installed to the charger.
  - `timezone` string — IANA timezone identifier of timezone to use for the schedule.
  - `startTime` string, time — Start time of the charging schedule.
  - `maximumAmps` integer — The maximum electrical current in amperes available to the vehicle throughout the charging schedule.

## Other responses

- `400`
- `409` — Conflict
- `500` — Internal Server Error

---

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