Skip to main content
Permanently delete a Pod and all its associated data. This action cannot be undone.
runpodctl remove pod <podId>

Example

Terminate a Pod by its ID.
runpodctl remove pod abc123xyz456

Arguments

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