---
title: "Resume Prepare"
method: POST
path: "/conversations/{conversation_id}/resume/prepare"
tags: ["conversations"]
---

# Resume Prepare

`POST /conversations/{conversation_id}/resume/prepare`

Unpause a sandbox for session validation. Sets it as pending — proxy will route to it.

## Path parameters

- `conversation_id` string, uuid, required

## Response `200`

Successful Response

- ResumePreparationResponse — Response from resume/prepare — sandbox is awake and ready for session validation
  - `conversation_id` string, required
  - `ready` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/tryscott/apis/one-shot-api.md) · [All operations](https://skmtc.net/tryscott/apis/one-shot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryscott/one-shot-api/versions/28bdface01df/schema)
