# detail

The cldkctl registry detail command displays a detailed summary of a specific registry within the project. It shows key information such as the registry name, description, number of repositories, accessibility (public or private), and current storage usage. This command helps users verify configuration details and monitor storage consumption for a specific registry.

## Usage

```
cldkctl registry detail [registry name] [flags]
```

## Steps

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

1. Run the following command in your terminal and replacing \<registry\_name> with your target registry.

```
cldkctl registry detail <registry_name>
```

2. If you are unsure which registry name to use, refer to the Registry List section to view all available registries in your project.
3. Ensure you are using the correct project context and have permission to view registry details.
4. The command outputs registry information, including the number of repositories, accessibility level, and used storage capacity.
5. Use this information to verify your registry configuration or monitor usage levels.

<figure><img src="/files/lUYMRyBrzvQOg3XAVOB4" alt=""><figcaption></figcaption></figure>

| Column        | Description                                           |
| ------------- | ----------------------------------------------------- |
| Name          | The registry name.                                    |
| Repositories  | Total number of repositories stored in this registry. |
| Accessibility | Indicates whether the registry is Public or Private.  |
| Description   | User-defined description of the registry.             |
| Used          | Shows the used and total 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 detail 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/detail.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.
