Send a raw stop-charging command to an EV charger (wallbox)
Push a raw stop command onto the wire of the EV charger identified by the given UUID.
The mirror of POST /start_charging. On an OCPP charger it pauses the transaction at
0 A under the same 4-hour fail-open lease, so the charger returns to its own configured
behaviour when nothing renews the pause.
It is refused while a charging session steers the charger, because that session re-asserts its own profile within one steering poll and would undo the pause:
- Something is steering (a wallbox solar/price session, or the owner’s EV charging
through this charger): 409 with
reason=steering_activeandsteerernaming which one. Turn optimization off for the steering device to stop the charge for good. - Nothing is steering: 204, and the command reaches the charger.
Returns 501 when the charger’s brand has no remote stop.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The organization ID
The user ID whom the wallbox belongs to
The EV charger (wallbox) UUID
Response
No Content
