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
5 replies