---
title: "Set charge mode"
method: POST
path: "/vehicles/{name}/mode/{mode}"
tags: ["vehicles"]
---

# Set charge mode

`POST /vehicles/{name}/mode/{mode}`

Sets the charge mode applied when this vehicle becomes active on a loadpoint.

## Path parameters

- `name` string, required
- `mode` ChargeMode, required — unresolved $ref

## Response `200`

Success

- object
  - `mode` ChargeMode — unresolved $ref

## Changes

- **2026-08-03** `c75ef6921f05` — 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-24** `e84dc2eafd11` — 2 breaking, 4 warning, 5 info
  - the `path` request parameter `mode` was restricted to a list of enum values
  - the `mode` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - added the new `minpv` enum value to the `mode` response property for the response status `200`
  - added the new `now` enum value to the `mode` response property for the response status `200`
  - …7 more
- **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-09** `3fda8d7302ba` — 1 info
  - endpoint added
- **2025-08-01** `2429e9297a5c` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/evcc-io/apis/evcc/changes/vehicles/:name/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/5152af83a070/schema)
