> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/cloudeka-api-list/command-reference/cldkctl-box.md).

# 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

{% hint style="info" %}
This command supports[ global flags. ](/cloudeka-api-list/global-flags.md)Refer to the Global Flags section for details
{% endhint %}

| Flag       | Description                   |
| ---------- | ----------------------------- |
| -h, --help | Help for the balance command. |
