R
RunPod2mo ago
R1ckyH

How to use python api to filter the machine not available to start with network volume?

{
"maxGpuCount": 8,
"id": "NVIDIA L40",
"displayName": "L40",
"manufacturer": "Nvidia",
"memoryInGb": 48,
"cudaCores": 0,
"secureCloud": true,
"communityCloud": false,
"securePrice": 0.99,
"communityPrice": 0.5,
"oneMonthPrice": 0.89,
"threeMonthPrice": 0.84,
"oneWeekPrice": 0.94,
"communitySpotPrice": null,
"secureSpotPrice": 0.5,
"lowestPrice": {
"minimumBidPrice": null,
"uninterruptablePrice": 0.5
}
},
{
"maxGpuCount": 8,
"id": "NVIDIA L40",
"displayName": "L40",
"manufacturer": "Nvidia",
"memoryInGb": 48,
"cudaCores": 0,
"secureCloud": true,
"communityCloud": false,
"securePrice": 0.99,
"communityPrice": 0.5,
"oneMonthPrice": 0.89,
"threeMonthPrice": 0.84,
"oneWeekPrice": 0.94,
"communitySpotPrice": null,
"secureSpotPrice": 0.5,
"lowestPrice": {
"minimumBidPrice": null,
"uninterruptablePrice": 0.5
}
},
runpod.get_gpu("NVIDIA L40")
runpod.get_gpu("NVIDIA L40")
however, with using network volume in EU-RO-1, this pod is not available, is there any method to filter the machine beside of try Except to start a pod?
No description
2 Replies
R1ckyH
R1ckyHOP2mo ago
hello, anyone can help for this issue?
Jason
Jason2mo ago
try the new rest api and see if it works https://rest.runpod.io/v1/docs

Did you find this page helpful?