cURL
curl --request POST \ --url https://api.tokenfactory.nebius.com/v1/batches/{batch_id}/cancel \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "object": "<string>", "endpoint": "<string>", "completion_window": "<string>", "status": "<string>", "created_at": 123, "request_counts": {}, "output_file_id": "<string>", "error_file_id": "<string>", "input_file_id": "<string>", "override_settings": { "model": "<string>", "temperature": 123, "top_p": 123, "max_tokens": 123 }, "in_progress_at": 123, "finalizing_at": 123, "completed_at": 123, "metadata": {} }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes
Was this page helpful?