---
title: "Create Run"
method: POST
path: "/api/runs"
tags: ["runs"]
---

# Create Run

`POST /api/runs`

## Request body

- RunCreateRequest
  - `name` string, required
  - `config` object, nullable
  - `trainingAgentJobId` string, nullable
  - `projectId` string, uuid, required
  - `trainingTaskId` string, uuid, required

## Response `200`

Successful Response

- RunCreateResponse
  - `ok` boolean
  - `run_id` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/freesolo/apis/platform-backend.md) · [All operations](https://skmtc.dev/freesolo/apis/platform-backend/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/freesolo/platform-backend/revisions/5626e92675af/schema)
