POST
/
api
/
v2
/
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>'
{}

Authorizations

Authorization
string
header
required

See the documentation for more information.

Path Parameters

team_id
integer
required

The ID of the team.

charger_id
integer
required

The ID of the charger.

Response

200
application/json
Successfully sent reboot command

The response is of type object.

Was this page helpful?