OpenAI · Arazzo Workflow
OpenAI Cancel Fine-Tuning Job
Version 1.0.0
Inspect a running fine-tuning job and cancel it only if it is still in progress.
Provider
Workflows
cancel-fine-tuning-job
Cancel an in-progress fine-tuning job after checking its status.
Reads the current state of a fine-tuning job and issues a cancel request only when the job is still running, returning the post-cancel status.
1
getJob
retrieveFineTuningJob
Retrieve the fine-tuning job and branch on whether it is still running.
2
cancelJob
cancelFineTuningJob
Cancel the still-running fine-tuning job.