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

# Set plan strategy

`POST /vehicles/{name}/plan/strategy`

Updates the charging plan strategy for the vehicle.

## Path parameters

- `name` string, required

## Request body

- PlanStrategy — unresolved $ref

## Response `200`

Success

- PlanStrategy — unresolved $ref

## Changes

- **2026-08-03** `c75ef6921f05` — 2 breaking, 4 warning
  - the request's body type/format changed from `object`/`` to ``/``
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - removed the request property `continuous`
  - removed the request property `precondition`
  - …2 more
- **2026-07-24** `e84dc2eafd11` — 2 breaking, 4 info
  - the request's body type/format changed from ``/`` to `object`/``
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the new optional request property `continuous`
  - added the new optional request property `precondition`
  - …2 more
- **2026-07-23** `5f032b4182a7` — 2 breaking, 4 warning
  - the request's body type/format changed from `object`/`` to ``/``
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - removed the request property `continuous`
  - removed the request property `precondition`
  - …2 more
- **2026-07-20** `32e824ccacfe` — 1 warning, 2 info
  - removed the optional property `result` from the response with the `200` status
  - added the optional property `continuous` to the response with the `200` status
  - added the optional property `precondition` to the response with the `200` status
- **2025-12-31** `522c8a4fb8e9` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/evcc-io/apis/evcc/changes/vehicles/:name/plan/strategy/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)
