Manage Pods with runpodctl
RunPod CLI makes it easy to manage Pods using your local terminal. Use the commands below to manage your Pods with runpodctl
. For a complete list of commands, run runpodctl help
.
List all Pods
Run this command to list the details of all Pods associated with your RunPod account:
Example output:
Get details for a Pod
Run this command to get the details of a single Pod:
Example output:
Stop a Pod
You will be charged for idle Pods even if they are stopped. If you don’t need to retain your Pod environment, you should terminate it completely.
Run this command to stop a Pod:
Example output:
Resume a Pod
Run this command to resume a Pod that has been stopped:
Example output:
Terminate a Pod
Terminating a Pod permanently deletes all data outside your network volume. Be sure you’ve saved any data you want to access again.
Run this command to terminate a Pod:
Example output:
You can also terminate a Pod by name: