# cldkctl registry

The registry command is used to manage your private container registry in Cloudeka. With this command, you can create, configure, resize, and delete registries, as well as manage repositories, artifacts, and user access. It also provides functionality to view logs, assign labels, set tag immutability rules, and authenticate to the registry. This command is commonly used by DevOps engineers and developers managing container images and building artifacts.

## Usage

```
cldkctl registry [flags]
```

```
cldkctl registry [command]
```

## Available Commands

| Command         | Description                                                |
| --------------- | ---------------------------------------------------------- |
| artifact        | Manage artifacts in the container registry                 |
| cert            | Download the registry certificate                          |
| create          | Create a new registry                                      |
| delete          | Delete an existing registry                                |
| detail          | Show detailed information of a registry                    |
| label           | Manage labels for the registry                             |
| list            | List all registries                                        |
| login           | Authenticate with the container registry                   |
| logs            | Show activity logs for the registry                        |
| member          | Manage registry members (add/remove users)                 |
| password        | Show the password to access the registry                   |
| password-change | Change the password to access the registry                 |
| quota           | Check current registry storage usage and limits            |
| repo            | Manage container repositories within the registry          |
| resize          | Adjust storage quota for a registry                        |
| tag             | Manage tag immutability rules (prevent overwriting images) |

## Flags

{% hint style="info" %}
This command supports [global flags](/cloudeka-api-list/global-flags.md). Refer to the Global Flags section for details
{% endhint %}

| Flag                  | Description                             |
| --------------------- | --------------------------------------- |
| -h, --help            | Help for the registry command.          |
| -r, --registry string | Specify the registry name to operate on |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudeka.ai/cloudeka-api-list/command-reference/cldkctl-registry.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
