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.
Start sandbox background command mutation.
| Field | Value |
|---|---|
| Name | startSandboxBackgroundCommand |
| Group | Sandbox |
| Type | Mutation |
| Signature | startSandboxBackgroundCommand(id: ID!, input: SandboxCommandInput!): SandboxBackgroundCommand! |
mutation StartSandboxBackgroundCommand($id: ID!, $input: SandboxCommandInput!) {
startSandboxBackgroundCommand(id: $id, input: $input) {
commandId
exitCode
finishedAt
startedAt
status
}
}
{
"id": "",
"input": {
"command": ""
}
}