Cancel job

You can also cancel the job that are currently in progress. Please note that after canceling a task, we will process a partial refund for the order based on the actual time it was running.

Replace {{API_TOKEN}} with your actual token.

Example Request:

curl --location --request POST 'https://api.netmind.ai/v1/fine-tuning/job/{{JOB_ID}/cancel' \
--header 'Authorization: Bearer {{API_TOKEN}}'

Example Response:

Last updated