list
The box list command displays a list of object storage instances associated with your projects. This command provides details such as storage ID, name, project, region, size, billing type, status, and creation date.
Usage
cldkctl box list [flags]Aliases
list, lsSteps
Follow the steps below to run and view the result of this command:
Run the following command in your terminal:
cldkctl box listTo limit the number of displayed results, use the --limit flag:
cldkctl box list --limit 5To view a specific page of results, use the --page flag:
cldkctl box list --page 2Once executed, the command will display a table containing all object storage instances under your account.

ID
Unique identifier for each object storage instance.
Name
Name of the object storage.
Project
Associated project name.
Region
Geographical region of the object storage.
Size
Allocated capacity of the storage.
Billing Type
Type of billing plan.
Status
Current state of the object storage.
Created Date
Date when the object storage instance was created
Flags
-h, --help
Help for box list command.
-l, --limit string
Specify number of results per page.
-p, --page string
Specify page number.
Last updated
