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

# create

The box create command creates a new object storage instance for your projects. This command allows you to specify parameters such as Box name, Project ID, Dekabox type, region, billing type, and volume size.

## Usage

```
cldkctl box create [flags]
```

## Steps

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

1. View your available projects and obtain the correct Project ID. Refer to the Project List section.
2. Run the following command in your terminal:

```
cldkctl box create <project-id>
```

3. Enter the Box Name.
4. Select the Dekabox Type.
5. Choose a Region from the available options.

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

6. Choose a Billing Type.
7. Enter the Volume Size in GB. The minimum size is 10 GB, and the price is IDR 1/hour per GB.
8. Confirm the creation by selecting y, or cancel by choosing n.

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

9. Once completed successfully, a message “✓ Successfully created object storage!” will appear in your terminal.

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

## 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 create command. |
