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

# POST /UpdateFleetMetadata

`POST /UpdateFleetMetadata`

> **Deprecated.**

Updates fleet metadata, such as DisplayName.

## Request body

- object
  - `FleetArn` string, required — The ARN of the fleet.
  - `DisplayName` string — The fleet name to display. The existing DisplayName is unset if null is passed.
  - `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.

## Response `200`

Success

- UpdateFleetMetadataResponse

## Other responses

- `480` — UnauthorizedException
- `481` — InternalServerErrorException
- `482` — InvalidRequestException
- `483` — ResourceNotFoundException
- `484` — 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)
