<!-- WARNING: This documentation is auto-generated from the confluentinc/cli repository and should not be manually edited. -->

<a id="confluent-connect-cluster-list"></a>

# confluent connect cluster list

## Description

### Cloud

List connectors.

```none
confluent connect cluster list [flags]
```

### On-Premises

List Connect clusters that are registered with the MDS cluster registry.

```none
confluent connect cluster list [flags]
```

## Flags

### Cloud

```none
    --cluster string       Kafka cluster ID.
    --context string       CLI context name.
    --environment string   Environment ID.
-o, --output string        Specify the output format as "human", "json", or "yaml". (default "human")
```

### On-Premises

```none
    --client-cert-path string   Path to client cert to be verified by MDS. Include for mTLS authentication.
    --client-key-path string    Path to client private key, include for mTLS authentication.
    --context string            CLI context name.
-o, --output string             Specify the output format as "human", "json", or "yaml". (default "human")
```

## Global Flags

```none
-h, --help            Show help for this command.
    --unsafe-trace    Equivalent to -vvvv, but also log HTTP requests and responses which might contain plaintext secrets.
-v, --verbose count   Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).
```

## Examples

### Cloud

List connectors in the current or specified Kafka cluster context.

```none
confluent connect cluster list
confluent connect cluster list --cluster lkc-123456
```

### On-Premises

No examples.

## See Also

* [confluent connect cluster](index.md#confluent-connect-cluster) - Manage Connect clusters.
