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>"
}
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).