# list

The cldkctl registry list command displays a list of all registries available in your project. This includes important information such as the registry ID, name, accessibility level, and capacity usage. This command helps you quickly review and monitor existing registries within your project environment.

## Usage

```
cldkctl registry list [flags]
```

## Aliases

```
list, ls
```

## Steps

Follow the steps below to run and view the result of this command:

1. Run the following command in your terminal:

```
./cldkctl registry list
```

2. The command will display registry information including the ID, Name, Accessibility, and Capacity.
3. Review the list to verify that the registry you need exists and check its capacity utilization.

<figure><img src="/files/4FtiJ69oTdyGObL2xQnP" alt=""><figcaption></figcaption></figure>

| Column        | Description                                                   |
| ------------- | ------------------------------------------------------------- |
| ID            | The unique identifier for the registry.                       |
| Name          | The name assigned to the registry.                            |
| Accessibility | Indicates whether the registry is Public or Private.          |
| Capacity      | Displays the used and total storage capacity of the registry. |

## 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 list command.              |
| -p, --project string | Specifies the project ID to scope the operation. |


---

# 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/list.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.
