Skip to main content

Documentation Index

Fetch the complete documentation index at: https://runpod-b18f5ded-promptless-github-integration-timeout-clari.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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

<podId>
string
required
The ID of the Pod to stop. You can find Pod IDs using the runpodctl get pod command.