---
title: "Launch Experiment"
method: POST
path: "/workspaces/{workspace_id}/experiments/{experiment_id}/launch"
tags: ["experiments"]
---

# Launch Experiment

`POST /workspaces/{workspace_id}/experiments/{experiment_id}/launch`

## Path parameters

- `experiment_id` string, uuid, required
- `workspace_id` string, uuid, required

## Response `200`

Successful Response

- LaunchExperimentResponse
  - `status` 'running', required
  - `experiment_id` string, uuid, required
  - `answer` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/useauxos/apis/auxos.md) · [All operations](https://skmtc.dev/useauxos/apis/auxos/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/useauxos/auxos/revisions/2f853c0b59f4/schema)
