v1

latestOpenAPI 3.1.02026-07-26157321426.3 KB

Recreates a training job

Creates a new training job with the same configuration as an existing training job.

post/v1/training_projects/{training_project_id}/jobs/{training_job_id}/recreate

Response

Example response

{
  "training_job": {
    "name": "gpt-oss-job"
  }
}