from together import Together
client = Together()
volume = client.beta.clusters.storage.delete("volume_id")
print(volume){
"success": true
}Delete a shared volume. Note that if this volume is attached to a cluster, deleting will fail.
from together import Together
client = Together()
volume = client.beta.clusters.storage.delete("volume_id")
print(volume){
"success": true
}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?