# quota

The cldkctl registry quota command retrieves information about the storage quota for the registry. This includes the total available storage, used space, and storage limits within the project.

## Usage

```
cldkctl registry quota [flags]
```

## Steps

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

1. Ensure you have an existing registry.
2. Use the --registry global flag to specify which registry you want to check.
3. Run the following command in your terminal and replace \<registry\_name> with your target registry name.

```
./cldkctl --registry <registry_name> registry quota
```

4. The command will display information about the total number of registries and their combined storage usage

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

| Column         | Description                                                                                          |
| -------------- | ---------------------------------------------------------------------------------------------------- |
| Total Registry | The number of registries currently in use compared to the maximum number allowed within the project. |
| Total Size     | The total allocated storage and the limit for registry storage capacity in the project.              |

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