POST
/
teams
/
{team_id}
/
chargers
/
{charger_id}
/
commands
/
reboot
curl --request POST \
  --url https://cloud.volttime.com/api/v2/teams/{team_id}/chargers/{charger_id}/commands/reboot \
  --header 'Authorization: Bearer <token>'

Request

team_id
integer
required

The id of the team

charger_id
integer
required

The id of the charger

Response

{
  "message": "Accepted"
}

Was this page helpful?