---
title: "POST /#X-Amz-Target=IoTAutobahnControlPlane.CreateFleet"
method: POST
path: "/#X-Amz-Target=IoTAutobahnControlPlane.CreateFleet"
---

# POST /#X-Amz-Target=IoTAutobahnControlPlane.CreateFleet

`POST /#X-Amz-Target=IoTAutobahnControlPlane.CreateFleet`

Creates a fleet that represents a group of vehicles.

You must create both a signal catalog and vehicles before you can create a fleet.

For more information, see [Fleets](https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/fleets.html) in the _Amazon Web Services IoT FleetWise Developer Guide_.

## Headers

- `X-Amz-Target` 'IoTAutobahnControlPlane.CreateFleet', required

## Request body

- CreateFleetRequest
  - `fleetId` string, required — The unique ID of the fleet to create.
  - `description` string — A brief description of the fleet to create.
  - `signalCatalogArn` string, required — The Amazon Resource Name (ARN) of a signal catalog.
  - `tags` Tag[] — Metadata that can be used to manage the fleet.
    - `Key` string, required — The tag's key.
    - `Value` string, required — The tag's value.

## Response `200`

Success

- CreateFleetResponse
  - `id` string, required — The ID of the created fleet.
  - `arn` string, required — The ARN of the created fleet.

## Other responses

- `480` — InternalServerException
- `481` — ResourceNotFoundException
- `482` — ConflictException
- `483` — LimitExceededException
- `484` — ThrottlingException
- `485` — ValidationException
- `486` — AccessDeniedException

---

[API](https://skmtc.net/aws/apis/iotfleetwise.md) · [All operations](https://skmtc.net/aws/apis/iotfleetwise/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/iotfleetwise/versions/0f1f9edeb409/schema)
