/v1.1/chargestations/{id}/reset

Use to request a reset command. The request will wait for the charge station to process the command. It will timeout after 60 seconds.

Path Params
string
required

The charge station id that needs to be fetched

Body Params
string
enum

Reset type based on OCPP protocol version:

  • For OCPP 1.6: Use 'Hard' (immediate reset) or 'Soft' (graceful reset)
  • For OCPP 2.0.1: Use 'Immediate' (reset immediately) or 'OnIdle' (reset when charging session ends)

Note: The API will validate that the reset type matches the chargestation's protocol version.

Allowed:
meta_data
object

Any custom data, the developer wants to attach.

Responses

400

A failure response

Language
Credentials
OAuth2
Authenticate
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json