# list

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

## Usage

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

## Aliases

```
list, ls
```

## Steps

Follow the steps below to run and view the result of this command:&#x20;

1. Run the following command in your terminal:

```
cldkctl flexi-network subnet list
```

2. The terminal displays the command output.

<figure><img src="https://2882153758-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fi9YWb69HFXLHYlXffReU%2Fuploads%2FHsCm6viI1cw1JAf2KgqF%2FScreenshot%20at%20Mar%2013%2021-06-15.png?alt=media&#x26;token=f416578f-8b8a-40f5-b728-d9ea9796961f" 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](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 list command. |
