v1

latestOpenAPI 3.1.02026-07-26157321426.3 KB

Upserts a training project

Upserts a training project with the specified metadata.

post/v1/training_projects

Request body

Example request

{
  "training_project": {
    "name": "My Training Project"
  }
}

Response

Example response

{
  "training_project": {
    "latest_job": {
      "name": "gpt-oss-job"
    }
  }
}