v50

OpenAPI 3.0.0raw.githubusercontent.com2026-08-015895110.3 KB
sandboxes

Pause sandbox

Pause the sandbox

post/sandboxes/{sandboxID}/pause

Path parameters

sandboxIDstring required

Request body

memoryboolean

Whether to capture a full memory snapshot. When false, only the filesystem is persisted and resuming the sandbox cold-boots (reboots) it from disk, losing in-memory state, running processes, and open connections. Resume it with an explicit request (connect or resume); auto-resume, which can be triggered by arbitrary traffic, refuses such a sandbox. Defaults to true.

Response

The sandbox was paused successfully and can be resumed