/agents/{id}/tune
Cancel Tune Job
Cancel a specific fine-tuning job. Terminates the fine-tuning job if it is still in progress.
DELETE
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the Agent associated with the tuning job
ID of the tuning job to cancel
Response
200
application/json
Successful Response
The response is of type object
.
Was this page helpful?