cURL
curl --request POST \ --url https://api.scale.com/v2/autoevals/terminate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "jobId": "<string>" }'
{ "status_code": 200, "message": "Evaluation job terminated successfully." }
Terminates an evaluation job.
Your API Key is the Bearer token. See the Authentication section to learn how to access your key.
Evaluation job terminated successfully.
The response is of type object.
object