R
RunPod3mo ago
Netrve

Trying to create a Spot GPU instance leads to 400 response error

Greetings, I've recently noticed that whenever I try to create a GPU spot instance, I'm getting a 400 responses error. I'm trying to spin up a spot instance using the RunPod PyTorch 2.2.10 image, with 2x A6000, a network drive, in the Sweden datacenter. The payload for the request:
{
"operationName": "BidPod",
"variables": {
"input": {
"bidPerGpu": 0.49,
"cloudType": "SECURE",
"containerDiskInGb": 20,
"volumeInGb": 0,
"dataCenterId": "EU-SE-1",
"gpuCount": 2,
"gpuTypeId": "NVIDIA RTX A6000",
"minMemoryInGb": 100,
"minVcpuCount": 18,
"networkVolumeId": "XXX",
"startJupyter": false,
"startSsh": true,
"templateId": "runpod-torch-v220",
"volumeKey": null,
"ports": "8888/http,22/tcp",
"compliance": null
}
},
"query": "mutation BidPod($input: PodRentInterruptableInput!) {\n podRentInterruptable(input: $input) {\n id\n machineId\n __typename\n }\n}"
}
{
"operationName": "BidPod",
"variables": {
"input": {
"bidPerGpu": 0.49,
"cloudType": "SECURE",
"containerDiskInGb": 20,
"volumeInGb": 0,
"dataCenterId": "EU-SE-1",
"gpuCount": 2,
"gpuTypeId": "NVIDIA RTX A6000",
"minMemoryInGb": 100,
"minVcpuCount": 18,
"networkVolumeId": "XXX",
"startJupyter": false,
"startSsh": true,
"templateId": "runpod-torch-v220",
"volumeKey": null,
"ports": "8888/http,22/tcp",
"compliance": null
}
},
"query": "mutation BidPod($input: PodRentInterruptableInput!) {\n podRentInterruptable(input: $input) {\n id\n machineId\n __typename\n }\n}"
}
No description
Solution:
Yeah we pushed a fix just a little bit ago
Jump to solution
4 Replies
Madiator2011
Madiator20113mo ago
looks like error in query
Netrve
Netrve3mo ago
Tried it across various devices, all responding the same :( uhhh It works now again? Was there some change?
Solution
zacksparrow
zacksparrow3mo ago
Yeah we pushed a fix just a little bit ago
Netrve
Netrve3mo ago
Nice, thank you! :)