---
title: "Set minimum SoC"
method: POST
path: "/vehicles/{name}/minsoc/{soc}"
tags: ["vehicles"]
---

# Set minimum SoC

`POST /vehicles/{name}/minsoc/{soc}`

Vehicle will be fast-charged until this SoC is reached.

## Path parameters

- `name` string, required
- `soc` number, required — SOC in %

## Response `200`

Success - Soc result

- object
  - `soc` number — SOC in %

---

[API](https://skmtc.net/evcc-io/apis/evcc.md) · [All operations](https://skmtc.net/evcc-io/apis/evcc/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evcc-io/evcc/versions/1d484c790b11/schema)
