def ClusterClient.find(cluster_or_slug: Cluster | str): ClusterGet a cluster by its slug.
Parameters
Section titled “Parameters”cluster_or_slug Cluster | str The cluster or cluster slug to get.
Returns
Section titled “Returns”A cluster object, including its slug, display name, description, whether it can be deleted, and deployed workflows.