cURL
curl --request PATCH \ --url https://api.primeintellect.ai/api/v1/hosted-evaluations/{evaluation_id}/cancel \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "evaluation_id": "<string>", "status": "<string>" }
Cancel a running hosted evaluation.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Was this page helpful?
Contact support