list-pods
Retrieve a paginated list of your running and stopped pods, filtered by compute type, GPU type, data center, or name. Includes optional machine and network volume details.
Instructions
List your pods (running and stopped) with optional filters — compute type, GPU type, data center, name — plus machine/network-volume expansion. Paginated via limit/cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter to Pods with the provided name | |
| limit | No | Maximum number of items to return (default 20, max 100). Use the returned nextCursor to fetch the next page. | |
| cursor | No | Opaque pagination cursor from a previous response (nextCursor). Omit to start from the beginning. | |
| gpuTypeId | No | Filter to Pods with any of the listed GPU types | |
| computeType | No | Filter to only GPU or only CPU Pods | |
| dataCenterId | No | Filter to Pods in any of the provided data centers | |
| includeMachine | No | Include information about the machine | |
| includeNetworkVolume | No | Include information about attached network volumes |