# 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. ](https://docs.cloudeka.ai/cloudeka-api-list/global-flags)Refer to the Global Flags section for details
{% endhint %}

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