# create

Create a new subnet network in your project. This command allows you to add a new subnet with the specified details.

## Usage

```
cldkctl flexi-network subnet create [flags]
```

## Aliases

```
create, crt, add
```

## Steps

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

1. Run the following command in your terminal:

```
cldkctl flexi-network subnet create
```

2. The terminal displays a list of available **VPCs**. Select the VPC where the subnet will be created.
3. Enter the **Subnet Name**.
4. Enter the **IP address** for the subnet.
5. Select the **Network Size** for the subnet.

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2FZCSNqSZwG1uPETbtkkch%2Fimage.png?alt=media&#x26;token=8757669a-8002-49b4-ac70-0760722a5dc1" alt=""><figcaption></figcaption></figure>

6. When prompted, confirm the action by selecting **Confirm**, or cancel the process by selecting **Cancel**.

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2Fq3RG9mOYT1qLsiZbZCV8%2Fimage.png?alt=media&#x26;token=a48ccf8e-5958-4cfa-94f4-7991548596ef" alt=""><figcaption></figcaption></figure>

7. Once completed successfully, the terminal displays the success message.

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2FAZacQII1cp8lqRW3Kpff%2Fimage.png?alt=media&#x26;token=c1b2945c-2906-479d-8d98-6d6daf2a51a2" 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 the create command. |
