Skip to main content
DELETE
/
fine-tunes
/
{id}
# Docs for v1 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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.together.ai/llms.txt

Use this file to discover all available pages before exploring further.

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

The ID of the fine-tune job to delete

Query Parameters

force
boolean
default:false

Deprecated and unused parameter.

Response

Fine-tune job deleted successfully

message
string

Message indicating the result of the deletion