v1

latestOpenAPI 3.1.02026-07-26157321426.3 KB

Upserts a training project in a specific team

Upserts a training project with the specified metadata for a team.

post/v1/teams/{team_id}/training_projects

Request body

Example request

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

Response

Example response

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