---
title: "POST /createFleet"
method: POST
path: "/createFleet"
deprecated: true
---

# POST /createFleet

`POST /createFleet`

> **Deprecated.**

Creates a fleet, a logical group of robots running the same robot application.

This API is no longer supported and will throw an error if used.

## Request body

- object
  - `name` string, required — The name of the fleet.
  - `tags` object — A map that contains tag keys and tag values that are attached to the fleet.

## Response `200`

Success

- CreateFleetResponse — AWS RoboMaker is unable to process this request as the support for the AWS RoboMaker application deployment feature has ended. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/fleets.html.
  - `arn` string — The Amazon Resource Name (ARN) of the fleet.
  - `name` string — The name of the fleet.
  - `createdAt` string, date-time — The time, in milliseconds since the epoch, when the fleet was created.
  - `tags` object — The list of all tags added to the fleet.

## Other responses

- `480` — InvalidParameterException
- `481` — InternalServerException
- `482` — ThrottlingException
- `483` — LimitExceededException

---

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