Skip to main content
POST
Stop a running fine-tune job

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Fine-tune ID

Response

Stop fine-tune response

Standard wrapper for fine-tune /stop responses.

fine_tune
FineTuneRun · object

Fine-tune job resource as returned by /stop

status
string

High-level status string (for example, 'success').

status_message
string

Human-readable status message (for example, 'resource_found').