cURL
curl --request DELETE \ --url https://api.bluesight.ai/training/jobs/{training_job_id}
{ "created_at": 1723402651, "finished_at": 1723402657, "id": "trainingjob-g0mos7xr", "status": "succeeded", "task": "classification", "trained_model": "model-3b05uri7", "training_file": "file-lw3zjxrg" }
Immediately cancel a training job.
The ID of the training job to cancel
Successful Response
The response is of type object.
object