---
title: "POST /workspaces/{workspaceId}/alias"
method: POST
path: "/workspaces/{workspaceId}/alias"
---

# POST /workspaces/{workspaceId}/alias

`POST /workspaces/{workspaceId}/alias`

Updates an AMP workspace alias.

## Path parameters

- `workspaceId` string, required — A workspace ID.

## Request body

- object
  - `alias` string — A user-assigned workspace alias.
  - `clientToken` string — An identifier used to ensure the idempotency of a write request.

## Response `204`

Success

## Other responses

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

---

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