Skip to main content
Start a stopped Pod, resuming compute and billing. Use this to restart Pods that were previously stopped.
runpodctl start pod <podId> [flags]

Example

Start a stopped Pod with a custom bid price for spot instances:
runpodctl start pod abc123xyz456 --bid 0.50

Arguments

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

Flags

--bid
float
The bid price per GPU in dollars per hour for spot instance pricing. This only applies to Community Cloud Pods.