Connect to RunPod
An overview of available methods for interacting with RunPod.
RunPod offers multiple ways to connect and manage your compute resources. Choose the method that best fits your workflow:
RunPod console
The RunPod console provides an intuitive web interface to launch and manage Pods, monitor resource usage, access Pod terminals, and view billing and usage history.
REST API
The RunPod REST API allows you to programmatically manage and control compute resources. Use the API to manage Pod lifecycles and Serverless endpoints, monitor resource utilization, and integrate RunPod into your applications.
Command-line interface (CLI)
The RunPod CLI allows you to manage Pods from your terminal, execute code on Pods, transfer data between RunPod and local systems, and programmatically manage Serverless endpoints.
Every Pod comes pre-installed with the runpodctl
command and includes a Pod-scoped API key for seamless command-line management.
SDKs
RunPod provides SDKs in Python, JavaScript, Go, and GraphQL to help you integrate RunPod services into your applications.
VSCode
Follow this tutorial to learn how to connect your VSCode environment to a Pod for remote development: