# 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                                               |
| ----------------- | --------------------------------------------------------- |
| 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. ](/guidance-for-individual/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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/guidance-for-individual/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.
