---
title: "Pause a sandbox (cloud sandboxes only)"
method: POST
path: "/api/sandboxes/{id}/pause"
tags: ["Sandboxes"]
---

# Pause a sandbox (cloud sandboxes only)

`POST /api/sandboxes/{id}/pause`

Initiates pause transition; returns {"status":"pausing"}. Final state lands asynchronously.

## Path parameters

- `id` string, required

## Response `200`

OK

- SandboxLifecycleStatusResponse
  - `status` string, required

## Other responses

- `400` — local sandbox cannot be paused
- `403` — not a member
- `404` — sandbox not found
- `409` — invalid state for pause
- `500` — internal error

---

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