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

# Frunk/Trunk

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

Opens either the front or rear trunk. On the Model S and X, it will also close the rear trunk.

### Parameters

| Parameter    | Example | Description                                                         |
| ------------ | ------- | ------------------------------------------------------------------- |
| which\_trunk | rear    | Which trunk to open/close. `rear` and `front` are the only options. |

### Response

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