---
title: "Set battery boost"
method: POST
path: "/loadpoints/{id}/batteryboost/{enable}"
tags: ["loadpoints"]
---

# Set battery boost

`POST /loadpoints/{id}/batteryboost/{enable}`

Enable or disable battery boost. When active, the maximum available home battery power is added until the home battery is drained to configured SoC limit. Note: boost will not work while the battery is on hold (e.g. during fast charging or planned charging with discharge prevention enabled).

## Path parameters

- `id` integer, required — Loadpoint index starting at 1.
- `enable` 'true' | 'false' | '1' | '0', required

## Response `200`

Success - Boolean result

- boolean

---

[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/7fa21d69a508/schema)
