Skip to main content
DELETE
/
deployments
/
{id}
Together AI SDK (v2)
from together import Together
client = Together()

deployment = client.beta.jig.destroy("my-deployment")
print(deployment)
{}

Authorizations

Authorization
string
header
default:default
required

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

Path Parameters

id
string
required

Deployment ID or name

Response

Deployment deleted successfully

The response is of type object.