Skip to main content
Pause a running sandbox to temporarily suspend all execution. The sandbox will transition from running to paused status. You can resume it later to continue where it left off.

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 suspended - All running processes are paused
  • State preserved - Memory state and files are retained
  • Can be resumed - Use Resume Sandbox to continue
  • VM Agent API - VM Agent API endpoints are unavailable while paused

Use Cases

Pause Long-Running Task

Temporarily Free Resources

Next Steps