> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/cloudeka-api-list/command-reference/cldkctl-registry/artifact/label.md).

# label

The cldkctl registry artifact label command manages labels for artifacts in the container registry. Labels help categorize and organize artifacts, making it easier to find, manage, and track them within repositories.

## Usage

```
cldkctl registry artifact label [flags]
```

```
cldkctl registry artifact label [command]
```

## Available commands

| Command | Description                      |
| ------- | -------------------------------- |
| add     | Add a label to an artifact.      |
| remove  | Remove a label from an artifact. |

## Flags

{% hint style="info" %}
This command supports global flags. Refer to the Global Flags section for details.
{% endhint %}

| Flag       | Description                                   |
| ---------- | --------------------------------------------- |
| -h, --help | Help for the registry artifact label command. |
