{ "operationName": "Mutation", "variables": { "input": { "deployCost": 1.79, "cloudType": "SECURE", "containerDiskInGb": 20, "volumeInGb": 0, "dataCenterId": "EU-RO-1", "gpuCount": 1, "name": "bussyboy-run", "gpuTypeId": "NVIDIA GeForce RTX 4090", "minMemoryInGb": 83, "minVcpuCount": 16, "networkVolumeId": "0gmsaggsjx", "startJupyter": false, "startSsh": true, "templateId": "runpod-torch", "cudaVersion": "11.8", "volumeKey": null, "ports": "8888/http,22/tcp", "dockerArgs": "bash -c 'echo \"\n===\n\" >> /workspace/logs/bussyboy.txt && /workspace/start-bussyboy.sh >> /workspace/logs/bussyboy.txt 2>&1'" } }, "query": "mutation Mutation($input: PodFindAndDeployOnDemandInput) { podFindAndDeployOnDemand(input: $input) { id machineId __typename } }" }