---
title: "Add container label"
method: POST
path: "/containers/{container_repo_id}/labels"
---

# Add container label

`POST /containers/{container_repo_id}/labels`

Add a label to a container repository

## Path parameters

- `container_repo_id` integer, required

## Request body

- object
  - `name` string, required — The name of the label

## Response `200`

The label has been added successfully

- object
  - `label_id` integer — The ID of the newly added label

---

[API](https://skmtc.net/aikido/apis/authorization.md) · [All operations](https://skmtc.net/aikido/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aikido/authorization/revisions/5445e7c21137/schema)
