Cancel a currently running fine-tuning job. Returns a FinetuneResponseTruncated object.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Fine-tune ID to cancel. A string that starts with ft-
.
Successfully cancelled the fine-tuning job.
A truncated version of the fine-tune response, used for POST /fine-tunes, GET /fine-tunes and POST /fine-tunes/{id}/cancel endpoints