Page cover

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, ls

Steps

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

  1. Run the following command in your terminal:

cldkctl box list
  1. To limit the number of displayed results, use the --limit flag:

cldkctl box list --limit 5
  1. To view a specific page of results, use the --page flag:

cldkctl box list --page 2
  1. Once executed, the command will display a table containing all object storage instances under your account.

Column
Description

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

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

Flag
Description

-h, --help

Help for box list command.

-l, --limit string

Specify number of results per page.

-p, --page string

Specify page number.

Last updated