Skip to content

ClusterClient.find

def ClusterClient.find(cluster_or_slug: Cluster | str): Cluster

Get a cluster by its slug.

cluster_or_slug Cluster | str

The cluster or cluster slug to get.

A cluster object, including its slug, display name, description, whether it can be deleted, and deployed workflows.