---
title: "add vehicles to an existing fleet"
method: POST
path: "/exve/fleets/{fleetId}"
tags: ["fleet"]
---

# add vehicles to an existing fleet

`POST /exve/fleets/{fleetId}`

Add one or more vehicles to an existing fleet

## Path parameters

- `fleetId` integer, required

## Request body

- TypesVehicleID[]
  - `vehicleId` integer, required

## Response `200`

Vehicles successfully added to fleet

## Other responses

- `401` — Access token is missing or invalid

## Changes

- **2026-07-17** `c420a5f456ea` — 1 info
  - endpoint added
- **2020-07-03** `f4f4c18b287e` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/knowgoio/apis/knowgo-vehicle-simulator-api/changes/exve/fleets/:fleetId/post.md)

---

[API](https://skmtc.dev/knowgoio/apis/knowgo-vehicle-simulator-api.md) · [All operations](https://skmtc.dev/knowgoio/apis/knowgo-vehicle-simulator-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/knowgoio/knowgo-vehicle-simulator-api/revisions/c420a5f456ea/schema)
