> 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/alerts.md).

# Alerts

Controls for honking the horn and flashing the lights.

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

Honks the horn twice.

### Response

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

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

Flashes the headlights once.

### Response

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