Pause Session
Sessions
Pause Session
Pause a running session
POST
Pause Session
Pause a running session’s sandbox. The agent stops executing and the sandbox is suspended. Use Resume to continue.Documentation Index
Fetch the complete documentation index at: https://docs.tapkit.ai/llms.txt
Use this file to discover all available pages before exploring further.
Request
Path Parameters
| Parameter | Type | Description |
|---|---|---|
session_id | string | The session identifier |
Response
Status: 204 No Content No response body.Examples
Python
Related Endpoints
- Resume - Resume a paused session
- Stop - Kill the session entirely
- Get Session - Check session status