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.
from together import Together
client = Together()
cluster = client.beta.clusters.delete("cluster_id")
print(cluster){
"cluster_id": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.together.ai/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?