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

ParameterExampleDescription

which_trunk

rear

Which trunk to open/close. rear and front are the only options.

Response

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

Last updated