Request vehicle power off
POST/v1/vehicles/:vehicleId/power/off
Requests that the vehicle turn off. Send this request without a body. A 202 Accepted response means Polymath accepted the command, but the vehicle may still be on. Poll the power status endpoint until the vehicle is off and no command is pending.
Request
Responses
- 202
- 401
- 403
- 404
- 500
- 502
- 503
- 504
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 power control.
Polymath could not complete the request because of an unexpected error.
Polymath could not complete the request because another service failed.
The requested operation is temporarily unavailable.
Polymath did not receive a response in time.