Stop a running Pod to pause compute operations. The Pod’s persistent storage will be retained, but you’ll continue to be charged for storage until the Pod is removed.
runpodctl stop pod <podId> [flags]
Example
Stop a running Pod.
runpodctl stop pod abc123xyz456
Arguments
The ID of the Pod to stop. You can find Pod IDs using the runpodctl get pod command.
Related commands