Runpod CLI is an open source command-line interface tool that simplifies the management of GPU Pods and Serverless endpoints on the Runpod platform. You can use Runpod CLI to execute code on Pods, deploy endpoints, transfer data, and manage computing resources efficiently.
Every Pod you deploy comes preinstalled with the runpodctl
command. You can also install it locally to manage Runpod resources from your own machine.
Runpod CLI enables you to:
For more information, see Install runpodctl.
Install using Homebrew:
Before you can use Runpod CLI to manage resources from your local machine, you’ll need to configure your API key. You can create and manage API keys on the Runpod account settings page.
After installing runpodctl
on your local system, run this command to configure it with your API key:
Learn how to use Runpod CLI commands by browsing the CLI reference or by running the help
command:
Learn more about a particular command by running:
For a comprehensive list of commands, see the Runpod CLI reference.