# rquota

The cldkctl project rquota command displays the resource quota allocated to a specific project, including details such as CPU, GPU, RAM, storage, and add-ons. This command helps you verify the available computing and storage capacity assigned to your project.

## Usage

```
cldkctl project rquota [id] [flags]
```

## Aliases

```
rquota, rq
```

## Steps

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

1. Identify the Project ID for which you want to check the resource quota. Refer to the Project List section to view all Project IDs.
2. Run the following command to view the resource quotas assigned to that project:

```
./cldkctl project rquota <project_id>
```

3. Press Enter to execute the command. The CLI will display all resource allocations and any additional add-ons available under that project.

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2FSxFXxOxcOZ8y88LjhaJI%2Funknown.png?alt=media&#x26;token=58b479ff-c9d4-47f6-b750-ee584318023d" alt=""><figcaption></figcaption></figure>

| Column         | Description                                                        |
| -------------- | ------------------------------------------------------------------ |
| Resource Quota |                                                                    |
| Type           | The type of resource (e.g., CPU, GPU, RAM).                        |
| Name           | The resource name or identifier.                                   |
| Size           | The amount or capacity allocated to the project for that resource. |
| Add-Ons        |                                                                    |
| Type           | The type of additional service (e.g., NFS storage, Floating IP).   |
| Name           | The name or label of the add-on service.                           |
| Size           | The allocated capacity or number of items for the add-on.          |

## Flags

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

| Flags      | Description                  |
| ---------- | ---------------------------- |
| -h, --help | Help for the rquota command. |
