ó
    Ú°›jý  ã                   ó   • S r SrS rg)z'
Runpod | API Wrapper | Queries | GPUs
a  
query myPods {
    myself {
        pods {
            id
            containerDiskInGb
            costPerHr
            desiredStatus
            dockerArgs
            dockerId
            env
            gpuCount
            imageName
            lastStatusChange
            machineId
            memoryInGb
            name
            podType
            port
            ports
            uptimeSeconds
            vcpuCount
            volumeInGb
            volumeMountPath
            runtime {
                ports{
                    ip
                    isIpPublic
                    privatePort
                    publicPort
                    type
                }
            }
            machine {
                gpuDisplayName
            }
        }
    }
}
c                 ó   • SU  S3$ )z*
Generate a query for a specific GPU type
z-
    query pod {
        pod(input: {podId: "aò  "}) {
            id
            containerDiskInGb
            costPerHr
            desiredStatus
            dockerArgs
            dockerId
            env
            gpuCount
            imageName
            lastStatusChange
            machineId
            memoryInGb
            name
            podType
            port
            ports
            uptimeSeconds
            vcpuCount
            volumeInGb
            volumeMountPath
            runtime {
                ports {
                    ip
                    isIpPublic
                    privatePort
                    publicPort
                    type
                }
            }
            machine {
                gpuDisplayName
            }
        }
    }
    © )Úpod_ids    ÚT/home/mande/repo/quber/.venv/lib/python3.13/site-packages/runpod/api/queries/pods.pyÚgenerate_pod_queryr   /   s   € ð
à$˜Xð #&ð%ð %ó    N)Ú__doc__Ú	QUERY_PODr   r   r   r   Ú<module>r
      s   ðñð'€	óT*r   