> ## 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.

# ClusterClient.delete

```python theme={"system"}
def ClusterClient.delete(cluster_or_slug: Cluster | str)
```

Delete a cluster.

## Parameters

<ParamField path="cluster_or_slug" type="Cluster | str">
  The cluster or cluster slug to delete.
</ParamField>

<RequestExample>
  ```python Python theme={"system"}
  cluster_client.delete(cluster)
  ```
</RequestExample>
