# 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.&#x20;

## Usage

```
cldkctl box [flags]
```

```
cldkctl box [command]

```

## Available commands

| Command                         | Description                                               |
| ------------------------------- | --------------------------------------------------------- |
| `cldkctl box access-key-create` | Create object storage access keys.                        |
| `cldkctl box access-key-delete` | Delete object storage access keys.                        |
| `cldkctl box access-key-list`   | Show all object storage access keys.                      |
| `cldkctl box bucket-create`     | Create a new object storage bucket.                       |
| `cldkctl box bucket-delete`     | Delete an existing object storage bucket.                 |
| `cldkctl box bucket-list`       | List all object storage buckets.                          |
| `cldkctl box create`            | Create a new object storage instance.                     |
| `cldkctl box delete`            | Delete an object storage instance.                        |
| `cldkctl box detail`            | View detailed information for an object storage instance. |
| `cldkctl box increase-size`     | Increase the size of an existing object storage instance. |
| `cldkctl box list`              | List all object storage instances.                        |
| `cldkctl box secret`            | Display object storage access key information.            |
| `cldkctl box 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. |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudeka.ai/cloudeka-api-list/command-reference/cldkctl-box.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
