Skip to main content
DELETE
/
fine-tunes
/
{id}
# Docs for v2 can be found by changing the above selector ^
from together import Together
import os

client = Together(
api_key=os.environ.get("TOGETHER_API_KEY"),
)

response = client.fine_tuning.delete(id="ft-id")

print(response)
{
  "message": "<string>"
}

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

Query Parameters

force
boolean
default:false

Response

Fine-tune job deleted successfully

message
string

Message indicating the result of the deletion