Sha256: d574974ce2d379c6ea54d11ddf706d35ffd1cd49c5c87cd6ac2b9e6b2a0362c6

Contents?: true

Size: 533 Bytes

Versions: 13

Compression:

Stored size: 533 Bytes

Contents

# 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
}
```

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
tesla_api-3.1.0 docs/vehicle/commands/trunk.md
tesla_api-3.0.7 docs/vehicle/commands/trunk.md
tesla_api-3.0.6 docs/vehicle/commands/trunk.md
tesla_api-3.0.5 docs/vehicle/commands/trunk.md
tesla_api-3.0.4 docs/vehicle/commands/trunk.md
tesla_api-3.0.3 docs/vehicle/commands/trunk.md
tesla_api-3.0.2 docs/vehicle/commands/trunk.md
tesla_api-3.0.1 docs/vehicle/commands/trunk.md
tesla_api-3.0.0 docs/vehicle/commands/trunk.md
tesla_api-2.0.0 docs/vehicle/commands/trunk.md
tesla_api-1.5.0 docs/vehicle/commands/trunk.md
tesla_api-1.4.1 docs/vehicle/commands/trunk.md
tesla_api-1.4.0 docs/vehicle/commands/trunk.md