Learn how to create, start, stop, and terminate Pods using the Runpod console or CLI.
[RUNPOD_API_KEY]
with your API key:
/workspace
directory will be preserved in the network volume, and you can regain access by deploying a new Pod with the same network volume attached./workspace
directory is preserved. To learn more about how Pod storage works, see Storage overview.
By stopping a Pod you are effectively releasing the GPU on the machine, and you may be reallocated 0 GPUs when you start the Pod again. For more info, see the FAQ.
runpodctl stop pod
command to stop the Pod. The &
at the end runs the command in the background, allowing you to continue using the SSH session.