Training Jobs
Stop training job
Stops a training job.
POST
cURL
Authorizations
Pass your Baseten API key. Clients automatically send Authorization: Bearer <key>. Direct callers can also use Authorization: Api-Key <key>; both schemes are accepted.
Body
application/json
A request to stop a training job.
Response
200 - application/json
A response to stopping a training job.
The stopped training job.
Previous
Get auth codes for training jobGet authentication codes for all nodes of a training job's interactive sessions.
Next
cURL