> For the complete documentation index, see [llms.txt](https://tesla-api.timdorr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tesla-api.timdorr.com/vehicle/commands/remotestart.md).

# Remote Start

## POST `/api/1/vehicles/{id}/command/remote_start_drive`

Enables keyless driving. There is a two minute window after issuing the command to start driving the car.

### Response

```json
{
  "reason": "",
  "result": true
}
```
