Reset
POST/charge-points/:uid/reset
Sends a Reset request over the OCPP WebSocket connection to reset the specified charge point.
The reset type (e.g., Hard or Soft) is specified in the request body.
Requires reset permissions on the charge point.
Request
Responses
- 200
- 403
- 404
- 502
Reset command sent successfully
Insufficient permissions to reset the charge point
Charge point not found or not connected
Unable to reach the edge device (e.g., SSH tunnel down or local controller unreachable)