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, rqSteps
Follow the steps below to run and view the result of this command:
Identify the Project ID for which you want to check the resource quota. Refer to the Project List section to view all Project IDs.
Run the following command to view the resource quotas assigned to that project:
./cldkctl project rquota <project_id>Press Enter to execute the command. The CLI will display all resource allocations and any additional add-ons available under that project.

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
-h, --help
Help for the rquota command.
Last updated
