---
title: "POST /v1/registries/name/{registryName}"
method: POST
path: "/v1/registries/name/{registryName}"
---

# POST /v1/registries/name/{registryName}

`POST /v1/registries/name/{registryName}`

Creates a registry.

## Path parameters

- `registryName` string, required

## Request body

- object
  - `Description` string — A description of the registry to be created.
  - `tags` object — Key-value pairs associated with a resource.

## Response `201`

Success

- CreateRegistryResponse
  - `Description` string — The description of the registry.
  - `RegistryArn` string — The ARN of the registry.
  - `RegistryName` string — The name of the registry.
  - `Tags` object — Tags associated with the registry.

## Other responses

- `480` — BadRequestException
- `481` — InternalServerErrorException
- `482` — UnauthorizedException
- `483` — ForbiddenException
- `484` — ServiceUnavailableException
- `485` — ConflictException

---

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