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

# POST /createFleet

`POST /createFleet`

> **Deprecated.**

Creates a fleet. A fleet consists of resources and the configuration that delivers associated websites to authorized users who download and set up the Amazon WorkLink app.

## Request body

- object
  - `FleetName` string, required — A unique name for the fleet.
  - `DisplayName` string — The fleet name to display.
  - `OptimizeForEndUserLocation` boolean — The option to optimize for better performance by routing traffic through the closest AWS Region to users, which may be outside of your home Region.
  - `Tags` object — The tags to add to the resource. A tag is a key-value pair.

## Response `200`

Success

- CreateFleetResponse
  - `FleetArn` string — The Amazon Resource Name (ARN) of the fleet.

## Other responses

- `480` — UnauthorizedException
- `481` — InternalServerErrorException
- `482` — InvalidRequestException
- `483` — ResourceNotFoundException
- `484` — ResourceAlreadyExistsException
- `485` — TooManyRequestsException

---

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