Skip to main content
List all your Pods or retrieve details about a specific Pod by its ID.
runpodctl get pod <podId> [flags]

Example

List all your Pods with complete field information:
runpodctl get pod --allfields

Arguments

<pod_id>
string
The ID of a specific Pod to retrieve. If no ID is provided, all Pods will be listed.

Flags

-a, --allfields
Include all available fields in the output, providing complete Pod information.