---
title: "Start route by id."
method: PUT
path: "/Route/Start/Id/{id}"
tags: ["Route"]
---

# Start route by id.

`PUT /Route/Start/Id/{id}`

## Path parameters

- `id` string, required

## Query parameters

- `statusDate` string, date-time

## Response `200`

OK

- ApiResponse — Object for all API responses, except GET (status code: 200)
  - `Status` integer, nullable — The HTTP status code for the response
  - `Title` string, nullable — A short, human-readable summary of the response
  - `Detail` string, nullable — A human-readable explanation specific to this response.

## Other responses

- `202` — Route was updated successfully
- `400` — One or more validation errors
- `401` — Unauthorized. Invalid X-API-KEY in the request header
- `404` — Not Found. Route not found
- `405` — Not Allowed. Subscription plan limitation.
- `429` — Too Many Requests. Rate limit is 20 requests/sec and 400 requests/min

---

[API](https://skmtc.net/track-pod/apis/track-pod-api.md) · [All operations](https://skmtc.net/track-pod/apis/track-pod-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/track-pod/track-pod-api/versions/833e05afe46e/schema)
