---
title: "Toggle Charging"
method: POST
path: "/api/chargers/{chargerId}/commands/toggle_charging"
tags: ["Charger"]
---

# Toggle Charging

`POST /api/chargers/{chargerId}/commands/toggle_charging`

Send charging command (Start/Stop or Pause/Resume). For chargers requiring online authorization, start/stop
commands are used. For chargers without online authorization,  pause/resume commands are used.
            
We recommend using start_charging/stop_charging instead of this method as it will be deprecated.

## Path parameters

- `chargerId` string, required

## Response `200`

---

[API](https://skmtc.net/easee/apis/easee-cloud-api.md) · [All operations](https://skmtc.net/easee/apis/easee-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/easee/easee-cloud-api/versions/46ccab4af8b1/schema)
