Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.11 KB

File metadata and controls

41 lines (28 loc) · 1.11 KB
title config
sidebarTitle config

Configure the Runpod CLI with your API credentials and API URL to enable programmatic access to your Runpod resources.

```bash Command runpodctl config [flags] ```

Example

Configure the CLI with your API key:

runpodctl config --apiKey "your-api-key-here"

For first-time setup, we recommend using runpodctl doctor instead, which guides you through API key configuration and SSH key setup interactively.

Flags

Your Runpod API key, which authenticates the CLI to access your account. You can generate an API key from the [Runpod console](https://www.runpod.io/console/user/settings). The Runpod API endpoint URL. The default value should work for most users.

Related commands