cURL
curl --request POST \ --url https://api.novita.ai/gpu-instance/openapi/v1/job/break \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>' \ --data ' { "jobId": "<string>" } '
{ "jobId": "<string>" }
application/json
curl --location --request POST 'https://api.novita.ai/gpu-instance/openapi/v1/job/break' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer {{API_KEY}}' \ --data-raw '{ "jobId": "10wi9visv0rqt57w" }'
Was this page helpful?