GpuAvailability is empty for pods

I'm trying to request info about GPUs availabilty via gql https://graphql-spec.runpod.io/#definition-GpuAvailability but there are empty/null responses only. What's the correct way to request it? query gpuTypes { gpuTypes { id displayName manufacturer memoryInGb cudaCores securePrice clusterPrice maxGpuCount maxGpuCountSecureCloud maxGpuCountCommunityCloud nodeGroupDatacenters { id name gpuAvailability { id available stockStatus gpuTypeId gpuTypeDisplayName displayName } } } } returns { ... nodeGroupDatacenters: [] }, { id: 'NVIDIA GeForce RTX 5090', displayName: 'RTX 5090', manufacturer: 'Nvidia', memoryInGb: 32, cudaCores: 0, securePrice: 0.94, clusterPrice: 1.128, maxGpuCount: 8, maxGpuCountSecureCloud: 8, maxGpuCountCommunityCloud: 8, nodeGroupDatacenters: [] }, { ... nodeGroupDatacenters: [ { "id": "CA-MTL-1", "name": "CA-MTL-1", "gpuAvailability": [ { "id": "NVIDIA A40", "available": null, "stockStatus": "High", "gpuTypeId": "NVIDIA A40", "gpuTypeDisplayName": "A40", "displayName": "A40" }, .... ] }, ] }, (all gpus except one have empty nodeGroupDatacenters. available field is null also)
1 Reply
Unknown User
Unknown User3mo ago
Message Not Public
Sign In & Join Server To View

Did you find this page helpful?