# subnet

Manage your subnet by viewing a list, viewing details, edit, and deleting projects. This command provides subcommands to list all subnet, view details of a specific project, and delete a project.&#x20;

## Usage

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

## Available commands

| Command | Description                             |
| ------- | --------------------------------------- |
| create  | Create a new subnet.                    |
| delete  | Delete your subnet network in your vpc. |
| detail  | Detail Subnet.                          |
| list    | List all subnet networks in your vpc.   |
| update  | Update Subnet.                          |

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