---
title: "sends remote commands to vehicle"
method: POST
path: "/v1/{vin}/remote"
tags: ["Remote Commands"]
---

# sends remote commands to vehicle

`POST /v1/{vin}/remote`

Remote commands for vehicle. Available commands are START, remote start CANCEL, UNLOCK, LOCK, or HORNS & LIGHTS

## Path parameters

- `vin` string, required

## Request body

- RemoteCommand
  - `command` string, required
  - `pin` integer, required

## Response `200`

Command successfully sent to service delivery platform

- RemoteCommandResponse
  - `vin` string
  - `command` string
  - `result` string

## Other responses

- `400` — bad input parameter
- `403` — not authorized

---

[API](https://skmtc.net/stellantis/apis/stellantis-connected-vehicle-api.md) · [All operations](https://skmtc.net/stellantis/apis/stellantis-connected-vehicle-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stellantis/stellantis-connected-vehicle-api/revisions/1d2213b04fdb/schema)
