---
title: "Update limit SoC"
method: POST
path: "/loadpoints/{id}/limitsoc/{soc}"
tags: ["loadpoints"]
---

# Update limit SoC

`POST /loadpoints/{id}/limitsoc/{soc}`

Updates the SoC limit of the loadpoint. Requires a connected vehicle with known SoC. Limit is maintained across charging sessions.

## Path parameters

- `id` integer, required — Loadpoint index starting at 1.
- `soc` number, required — SOC in %

## Response `200`

Success - Number result

- object
  - `result` number

## Changes

- **2025-08-10** `c4027a2cb484` — 1 info
  - api operation id `setLoadpointSocLimit` was added
- **2025-08-01** `2429e9297a5c` — 1 info
  - api operation id `setLoadpointSocLimit` removed and replaced with ``

[Change history](https://skmtc.dev/evcc-io/apis/evcc/changes/loadpoints/:id/limitsoc/:soc/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/c4027a2cb484/schema)
