Finetune API Reference
Cancel Run
API Documentation
Inference API Reference
Dataset API Reference
File API Reference
Finetune API Reference
Cancel Run
This endpoint cancels a fine-tuning run
POST
/
conduit
/
finetuning
/
{finetune_id:str}
/
cancel
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"
}
Body
Response
“SUCCESS” if the r”n was u”dated""
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"
}