---
title: "Update charge mode"
method: POST
path: "/loadpoints/{id}/mode/{mode}"
tags: ["loadpoints"]
---

# Update charge mode

`POST /loadpoints/{id}/mode/{mode}`

Changes the charging behavior of the loadpoint.

## Path parameters

- `id` integer, required — Loadpoint index starting at 1.
- `mode` ChargeMode, required — unresolved $ref

## Response `200`

Success

- ChargeMode — unresolved $ref

## Changes

- **2026-07-23** `5f032b4182a7` — 5 breaking, 5 info
  - removed the enum value `minpv` from the `path` request parameter `mode`
  - removed the enum value `now` from the `path` request parameter `mode`
  - removed the enum value `off` from the `path` request parameter `mode`
  - removed the enum value `pv` from the `path` request parameter `mode`
  - …6 more
- **2026-07-20** `32e824ccacfe` — 1 breaking, 1 warning
  - the response's body type/format changed from `object`/`` to `string`/`` for status `200`
  - removed the optional property `result` from the response with the `200` status
- **2025-08-10** `c4027a2cb484` — 1 info
  - api operation id `setLoadpointMode` was added
- **2025-08-01** `2429e9297a5c` — 1 info
  - api operation id `setLoadpointMode` removed and replaced with ``

[Change history](https://skmtc.dev/evcc-io/apis/evcc/changes/loadpoints/:id/mode/:mode/post.md)

---

[API](https://skmtc.dev/evcc-io/apis/evcc.md) · [All operations](https://skmtc.dev/evcc-io/apis/evcc/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/evcc-io/evcc/revisions/5f032b4182a7/schema)
