# 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="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2FHcwm0UOIm5DXOcqtNece%2Funknown.png?alt=media&#x26;token=d0668720-403c-4495-8d76-cf1d2af185cc" 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="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2FyPRHAtyajitblgTbRDLA%2Funknown.png?alt=media&#x26;token=0e5fe90d-ec59-492e-b20e-0d40ad0f1877" alt=""><figcaption></figcaption></figure>

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

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2FQgGe8sujCurdvcgpel2m%2Funknown.png?alt=media&#x26;token=90ed2dfa-b2f8-4fc3-b658-79ce92e9ed22" alt=""><figcaption></figcaption></figure>

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