curl --location --request POST 'https://api.automorphic.ai/conduit/finetuning/{finetune_id:str}/cancel' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
{
"message": "SUCCESS"
}
This endpoint cancels a fine-tuning run
curl --location --request POST 'https://api.automorphic.ai/conduit/finetuning/{finetune_id:str}/cancel' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
{
"message": "SUCCESS"
}
curl --location --request POST 'https://api.automorphic.ai/conduit/finetuning/{finetune_id:str}/cancel' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
{
"message": "SUCCESS"
}