Skip to main content

Documentation Index

Fetch the complete documentation index at: https://runpod-b18f5ded-promptless-github-integration-timeout-clari.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

List all GPUs currently available in the Runpod cloud, with options for filtering by GPU count, memory/disk size, and cloud type.
runpodctl get cloud <gpuCount> [flags]

Example

List all Secure Cloud GPUs with at least 4 instances available:
runpodctl get cloud 4 --secure

Arguments

<gpuCount>
integer
default:1
The minimum number of GPUs that must be available for each option listed.

Flags

--disk
integer
Filter for GPUs with a minimum disk size (in gigabytes).
--mem
integer
Filter for GPUs with a minimum system memory size (in gigabytes).
--vcpu
integer
Filter for GPUs with a minimum number of vCPUs.
-s, --secure
List only GPUs from the Secure Cloud.
-c, --community
List only GPUs from the Community Cloud.