Resume fine-tuning
documentedResume a paused fine-tuning job.
POST /fine_tuning/jobs/{fine_tuning_job_id}/resumeFine-Tuningno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
Source: OpenAI API Reference confirms the endpoint is POST https://api.openai.com/v1/fine_tuning/jobs/{fine_tuning_job_id}/resume. See: Resume fine-tuning (POST/fine_tuning/jobs/{fine_tuning_job_id}/resume) in the OpenAI API docs. ([developers.openai.com](https://developers.openai.com/api/reference/resources/fine_tuning/subresources/jobs/methods/resume))