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
}Was this page helpful?