Skip to main content
POST
/
v3
/
chargers
/
{charger}
/
actions
/
restart
Restart
curl --request POST \
  --url https://app.plugchoice.com/api/v3/chargers/{charger}/actions/restart \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt

Use this file to discover all available pages before exploring further.

Sends a remote reset command to the charger, causing it to restart.
charger
string
required
The UUID of the charger.

Response

status
string
The response status from the charger (e.g., Accepted, Rejected).