Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 618 Bytes

File metadata and controls

45 lines (32 loc) · 618 Bytes

Runpod CLI

Note: This CLI is not the same as runpodctl and provides a different set of features.

# Auth
runpod config

runpod ssh list-keys
runpod ssh add-key

runpod pod list
runpod pod create
runpod pod connect

runpod exec python file.py

Overview

runpod --help

Configure

$ runpod config
Profile [default]:
Runpod API Key [None]: YOUR_RUNPOD_API_KEY

Launch Pod

runpod launch --help
runpod launch pod --template-file template.yaml

Launch Endpoint

runpod launch endpoint --help
runpod launch endpoint --template-file template.yaml