# ClusterClient.all

```python
def ClusterClient.all(): list[Cluster]
```

List all available clusters.

## Returns

A list of all available clusters. Each cluster includes its slug, display name, description, whether it can be deleted, and deployed workflows.

```python title="Python"
clusters = cluster_client.all()
```
