---
title: influxctl cluster list
description: The influxctl cluster list command information about all InfluxDB Cloud Dedicated clusters associated with your account ID.
url: https://docs.influxdata.com/influxdb3/cloud-dedicated/reference/cli/influxctl/cluster/list/
estimated_tokens: 360
product: InfluxDB Cloud Dedicated
version: cloud-dedicated
---

# influxctl cluster list

The `influxctl cluster list` command returns information about all InfluxDB Cloud Dedicated clusters associated with your account ID.

The `--format` flag lets you print the output in other formats. Default: `table`.

The `json` format:

-   outputs additional fields not included in `table`
-   is available for easier programmatic parsing by other tooling

## Usage

```sh
influxctl cluster list
```

## Flags

| Flag |  | Description |
| --- | --- | --- |
|  | --format | Output format (table (default) or json) |
| -h | --help | Output command help |

*Also see [`influxctl` global flags](/influxdb3/cloud-dedicated/reference/cli/influxctl/#global-flags).*
