---
title: "Start Content Reset Route"
method: POST
path: "/api/py/sandbox/content-resets/start"
---

# Start Content Reset Route

`POST /api/py/sandbox/content-resets/start`

## Request body

- StartContentResetBody
  - `reset_request_id` string, uuid, required
  - `organization_id` string, required
  - `target_type` 'sandbox' | 'template_project', required

## Response `200`

Successful Response

- StartContentResetResponse
  - `reset_request_id` string, uuid, required
  - `workflow_id` string, required
  - `workflow_run_id` string, nullable, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/getauctor/apis/fastapi.md) · [All operations](https://skmtc.dev/getauctor/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getauctor/fastapi/revisions/aeb6faa3b8f0/schema)
