Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Update sandbox session lifetime mutation.
updateSandboxSessionLifetime
updateSandboxSessionLifetime(id: ID!, ttlMode: String!, ttlHours: Int): SandboxSession!
mutation UpdateSandboxSessionLifetime($id: ID!, $ttlMode: String!, $ttlHours: Int) { updateSandboxSessionLifetime(id: $id, ttlMode: $ttlMode, ttlHours: $ttlHours) { createdAt endpoint expiresAt id shortId } }
{ "id": "", "ttlMode": "" }