Page cover

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>
  1. Enter the Box Name.

  2. Select the Dekabox Type.

  3. Choose a Region from the available options.

  1. Choose a Billing Type.

  2. Enter the Volume Size in GB. The minimum size is 10 GB, and the price is IDR 1/hour per GB.

  3. Confirm the creation by selecting y, or cancel by choosing n.

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

Flags

This command supports global flags. Refer to the Global Flags section for details.

Flag
Description

-h, --help

Help for box create command.

Last updated