Page cover

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>
  1. Press Enter to execute the command. The CLI will display all resource allocations and any additional add-ons available under that project.

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

This command supports global flags. Refer to the Global Flags section for details

Flags
Description

-h, --help

Help for the rquota command.

Last updated