---
title: "Request vehicle power off"
method: POST
path: "/v1/vehicles/{vehicleId}/power/off"
tags: ["Power"]
---

# 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.

## Path parameters

- `vehicleId` string, required

## Response `202`

Polymath accepted the command.

- SuccessResponse
  - `status` 'success', required

## Other responses

- `401` — The request is missing a bearer token, or the token is invalid.
- `403` — The bearer token does not grant access to this operation or vehicle.
- `404` — The vehicle was not found, is not available to this API client, or does not support power control.
- `500` — Polymath could not complete the request because of an unexpected error.
- `502` — Polymath could not complete the request because another service failed.
- `503` — The requested operation is temporarily unavailable.
- `504` — Polymath did not receive a response in time.

---

[API](https://skmtc.dev/polymathrobotics/apis/polymath-api.md) · [All operations](https://skmtc.dev/polymathrobotics/apis/polymath-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/polymathrobotics/polymath-api/revisions/5a30708786fa/schema)
