Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

cldkctl box

The box command provides access to object storage services within your Cloudeka projects. This command allows you to list, view, and manage object storage instances and buckets. Operations performed through this command are primarily read-only, allowing you to check configurations, usage, and access credentials for your object storage.

Usage

cldkctl box [flags]
cldkctl box [command]

Available commands

Command
Description

access-key-create

Create object storage access keys.

access-key-delete

Delete object storage access keys.

access-key-list

Show all object storage access keys.

bucket-create

Create a new object storage bucket.

bucket-delete

Delete an existing object storage bucket.

bucket-list

List all object storage buckets.

create

Create a new object storage instance.

delete

Delete an object storage instance.

detail

View detailed information for an object storage instance.

increase-size

Increase the size of an existing object storage instance.

list

List all object storage instances.

secret

Display object storage access key information.

usage

View storage usage and capacity information.

Flags

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

Flag
Description

-h, --help

Help for the balance command.

Last updated