---
title: Manage clusters
description: Manage InfluxDB Cloud Dedicated clusters. An InfluxDB Cloud Dedicated cluster is a collection of InfluxDB servers dedicated to the workload of a single customer and associated with an InfluxDB account.
url: https://docs.influxdata.com/influxdb3/cloud-dedicated/admin/clusters/
estimated_tokens: 353
product: InfluxDB Cloud Dedicated
version: cloud-dedicated
---

# Manage clusters

An InfluxDB Cloud Dedicated cluster is a collection of InfluxDB servers dedicated to the workload of a single customer and associated with an InfluxDB account.

### [Get cluster information](/influxdb3/cloud-dedicated/admin/clusters/get/)

Use the Admin UI or the [`influxctl cluster get <CLUSTER_ID>` command](/influxdb3/cloud-dedicated/reference/cli/influxctl/cluster/get/) to view information about your InfluxDB Cloud Dedicated cluster.

```sh
influxctl cluster get 0x000000-xy00-0xy-x00-0x00y0000000
```

### [List clusters](/influxdb3/cloud-dedicated/admin/clusters/list/)

Use the Admin UI or the [`influxctl cluster list` command](/influxdb3/cloud-dedicated/reference/cli/influxctl/cluster/list/) to view information about InfluxDB Cloud Dedicated clusters associated with your account ID.

```sh
influxctl cluster list
```
