Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.tilebox.com/llms.txt

Use this file to discover all available pages before exploring further.

def ClusterClient.find(cluster_or_slug: Cluster | str): Cluster
Get a cluster by its slug.

Parameters

cluster_or_slug
Cluster | str
The cluster or cluster slug to get.

Returns

A cluster object.
cluster = cluster_client.find("my-cluster-CvufcSxcC9SKfe")