> 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/detail.md).

# detail

The box detail command displays detailed information about a specific object storage instance. This command provides comprehensive details such as st

## Usage

```
cldkctl box detail [flags]
```

## Steps

Follow the steps below to run and view the result of this command:

1. View your available object storage instances to find the Object Storage ID. Refer to the Box List section.
2. Run the following command in your terminal:

```
cldkctl box detail <object-storage-id>
```

3. Replace `<object-storage-id>` with the ID of the object storage you want to inspect.
4. Once completed successfully, detailed information about the selected object storage instance will appear in your terminal.

<figure><img src="/files/ygCg9kEprVSzxNpRbYfY" alt=""><figcaption></figcaption></figure>

| Column       | Description                                                 |
| ------------ | ----------------------------------------------------------- |
| ID           | Unique identifier of the object storage instance.           |
| Name         | Name of the object storage.                                 |
| Project      | Associated project name.                                    |
| Region       | Geographical region of the object storage.                  |
| Size         | Allocated capacity of the storage.                          |
| Billing Type | Type of billing plan.                                       |
| Status       | Current state of the object storage.                        |
| Created At   | Date and time when the object storage instance was created. |

## 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 box detail command. |
