Runpod CLI is an open source command-line interface tool for managing your Runpod resources remotely from your local machine. You can transfer files and data between your local system and Runpod, execute code on remote Pods, and automate Pod deployment workflows.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.
Install Runpod CLI locally
Every Pod you deploy comes preinstalled with therunpodctl command and a Pod-scoped API key. You can also install it on your local machine to manage your Pods remotely from your own system.
Step 1: Choose an installation method
Choose the installation method that matches your operating system.- macOS
- Linux
- Windows
- Google Colab / Jupyter Notebook
Homebrew:ARM (Apple Silicon):AMD (Intel):
runpodctl globally on your system, so you can run commands from any directory.
Step 2: Configure your API key
Before you can userunpodctl locally, you must configure it with an API key.
Run the following command to add your API key to runpodctl, replacing YOUR_API_KEY with your API key:
Step 3: Verify installation
To verify thatrunpodctl installed successfully, run this command:
Help and reference
Learn how to use Runpod CLI commands by browsing the CLI reference using the sidebar to the left, or by running thehelp command: