Skip to main content

runpodctl

You can use RunPod's CLI runpodctl to manage Pods.

The runpodctl is a tool for managing your Pods on RunPod. All Pods come with runpodctl installed with a Pod-scoped API key, which makes managing your Pods easier through the command line.

Choose one of the following methods to install the RunPod CLI.

MacOs

ARM

wget --quiet --show-progress https://github.com/runpod/runpodctl/releases/download/v1.14.3/runpodctl-darwin-arm64 -O runpodctl && chmod +x runpodctl && sudo mv runpodctl /usr/local/bin/runpodctl

AMD

wget --quiet --show-progress https://github.com/runpod/runpodctl/releases/download/v1.14.3/runpodctl-darwin-amd64 -O runpodctl && chmod +x runpodctl && sudo mv runpodctl /usr/local/bin/runpodctl

Linux

wget --quiet --show-progress https://github.com/Run-Pod/runpodctl/releases/download/v1.14.3/runpodctl-linux-amd -O runpodctl && chmod +x runpodctl && sudo cp runpodctl /usr/bin/runpodctl

Windows (powershell)

wget https://github.com/runpod/runpodctl/releases/download/v1.14.3/runpodctl-win-amd -O runpodctl.exe

Google Collab

!wget --quiet --show-progress https://github.com/Run-Pod/runpodctl/releases/download/v1.14.3/runpodctl-linux-amd -O runpodctl
!chmod +x runpodctl
!cp runpodctl /usr/bin/runpodctl

Jupyter notebook

!wget --quiet --show-progress https://github.com/Run-Pod/runpodctl/releases/download/v1.14.3/runpodctl-linux-amd -O runpodctl
!chmod +x runpodctl
!cp runpodctl /usr/bin/runpodctl

runpodctl

CLI for runpod.io

Synopsis

CLI tool to manage your pods for runpod.io

Options

-h, --help   help for runpodctl

SEE ALSO