> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/guidance-for-enterprise/cloudeka-api-list/command-reference/cldkctl-flexi/network/subnet/list.md).

# list

List all vpcs you have access to. This command displays a summary of all projects, including their IDs, names, and other relevant details.

## Usage

```
cldkctl flexi network subnet list [flags]
```

## Aliases

```
list, ls
```

## 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 list
```

2. The terminal displays the command output.

<figure><img src="/files/oD3DKzK64grtWd26wT8W" alt=""><figcaption></figcaption></figure>

| Column      | Description                                       |
| ----------- | ------------------------------------------------- |
| ID          | The unique identifier of the subnet.              |
| Name        | The name of the subnet.                           |
| IP Address  | The network address assigned to the subnet.       |
| Enable DHCP | Indicates whether DHCP is enabled for the subnet. |

## Flags

{% hint style="info" %}
This command supports [global flags](/guidance-for-enterprise/cloudeka-api-list/global-flags.md). Refer to the Global Flags section for details
{% endhint %}

| Flag   | Shorthand | Description                |
| ------ | --------- | -------------------------- |
| --help | -h        | Help for the list command. |
