Skip to main content
POST
/
v2
/
chargeboxes
/
{id}
/
reboot
Reboots a charge box. (Alias for soft reset)
curl --request POST \
  --url https://api.spirii.com/v2/chargeboxes/{id}/reboot \
  --header 'Authorization: <api-key>'
{
  "status": "Accepted",
  "error": {
    "message": "Charge box is not connected"
  }
}

Authorizations

Authorization
string
header
required

Authorization: Bearer <SPIRII_API_KEY>

Path Parameters

id
number
required

ID that uniquely identifies the charge box

Example:

123456

Response

status
enum<string>
required

This indicates whether the charge box is able to perform the reset/reboot

Available options:
Accepted,
Rejected
Example:

"Accepted"

error
object

This contains the error message if the action was rejected