curl --request POST \
--url https://api.fireworks.ai/v1/accounts/{account_id}/reinforcementFineTuningJobs/{reinforcement_fine_tuning_job_id}:cancel \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{}curl --request POST \
--url https://api.fireworks.ai/v1/accounts/{account_id}/reinforcementFineTuningJobs/{reinforcement_fine_tuning_job_id}:cancel \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{}Bearer authentication using your Fireworks API key. Format: Bearer <API_KEY>
The Account Id
The Reinforcement Fine-tuning Job Id
The body is of type object.
A successful response.
The response is of type object.
Was this page helpful?