Skip to main content
PUT
Together AI SDK (v2)

Authorizations

Authorization
string
header
default:default
required

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

Body

application/json
volume_id
string
required

ID of the volume.

size_tib
integer

Size of the volume in TiB.

Response

200 - application/json

OK

volume_id
string
required

ID of the volume.

volume_name
string
required

User provided name of the volume.

size_tib
integer
required

Size of the volume in TiB.

status
enum<string>
required

Current status of the shared volume.

Available options:
scheduled,
available,
bound,
provisioning,
deleting,
failed,
access_revoked,
unknown