Operation details
Playground
Query
query.graphql
Variables
variables.json
Documentation Index
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.
| Field | Value |
|---|---|
| Name | updateSandboxSessionLifetime |
| Group | Sandbox |
| Type | Mutation |
| Signature | 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": ""
}