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


---

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