Skip to main content
DELETE
/
compute
/
clusters
/
storage
/
volumes
/
{volume_id}
Together AI SDK (v2)
from together import Together
client = Together()

volume = client.beta.clusters.storage.delete("volume_id")
print(volume)
{
  "success": true
}

Authorizations

Authorization
string
header
default:default
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

volume_id
string
required

Response

200 - application/json

OK

success
boolean
required