Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Python
from together import Together client = Together() cluster = client.beta.clusters.delete("cluster_id") print(cluster)
{ "cluster_id": "<string>" }
Delete a GPU cluster by cluster ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the cluster to delete
OK
Was this page helpful?