Request vehicle restart
POST/v1/vehicles/:vehicleId/restart
Requests that the vehicle restart. Send this request without a body. A 202 Accepted response means Polymath accepted the command, but the vehicle may not have restarted yet.
Request
Responses
- 202
- 401
- 403
- 404
- 500
- 503
Polymath accepted the command.
The request is missing a bearer token, or the token is invalid.
The bearer token does not grant access to this operation or vehicle.
The vehicle was not found, is not available to this API client, or does not support the requested operation.
Polymath could not complete the request because of an unexpected error.
The requested operation is temporarily unavailable.