R
RunPod10mo ago
maxj

"There are no longer any instances available with enough disk space" from graphql

This is the mutation I'm sending: mutation { podFindAndDeployOnDemand( input: { cloudType: SECURE templateId: "..." gpuCount: 1 gpuTypeId: "NVIDIA RTX 4000 Ada Generation" name: "..." } ) { id name templateId desiredStatus machine { gpuTypeId costPerHr } } } But doing the same action from the web UI works. The referenced template only requests 5gb of container disk, and no volume mount
Solution:
OK I figured it out - it works if I (redundantly) supply both containerDiskInGb: 5 and volumeInGb: 0 in the input body
Jump to solution
3 Replies
ashleyk
ashleyk10mo ago
Did you deploy to SECURE cloud or COMMUNITY cloud from the web ui?
maxj
maxjOP10mo ago
same - secure cloud
Solution
maxj
maxj10mo ago
OK I figured it out - it works if I (redundantly) supply both containerDiskInGb: 5 and volumeInGb: 0 in the input body
Want results from more Discord servers?
Add your server