Remote stop a transaction
POST/charge-points/:uid/remote-stop-transaction
Sends a RemoteStopTransaction request over the OCPP WebSocket connection to stop an active charging transaction on the specified charge point.
Requires remote stop transaction permissions on the charge point.
Request
Responses
- 200
- 403
- 404
- 502
Remote stop command sent successfully
Insufficient permissions to remote stop a transaction
Charge point not found or not connected
Unable to reach the edge device (e.g., SSH tunnel down or local controller unreachable)