Skip to main content
Resume a paused sandbox to continue execution from where it was paused. The sandbox will transition from paused to running status.

Endpoint

Request

Headers

Path Parameters

Example Request

Response

Success (200 OK)

Response Fields

Status Codes

Errors

Sandbox Not Found (404)

Cause: The sandbox ID doesn’t exist or belongs to another organization. Fix: Verify the sandbox ID is correct. List your sandboxes using GET /v1/sandboxes to find valid IDs.

Important Notes

  • Execution continues - All paused processes resume from where they were paused
  • State preserved - Memory state and files remain intact
  • VM Agent API - VM Agent API endpoints become available again

Use Cases

Resume After Pausing

Resume All Paused Sandboxes

Next Steps


Resume a paused sandbox to continue execution from where it was paused. The sandbox will transition from paused to running status.

Endpoint

Request

Headers

Path Parameters

Example Request

Response

Success (200 OK)

Response Fields

Status Codes

Errors

Sandbox Not Found (404)

Cause: The sandbox ID doesn’t exist or belongs to another organization. Fix: Verify the sandbox ID is correct. List your sandboxes using GET /v1/sandboxes to find valid IDs.

Important Notes

  • Execution continues - All paused processes resume from where they were paused
  • State preserved - Memory state and files remain intact
  • VM Agent API - VM Agent API endpoints become available again

Use Cases

Resume After Pausing

Resume All Paused Sandboxes

Next Steps