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.

Terminate multiple Pods that share the same name. This is useful for cleaning up groups of Pods created with the create pods command.
runpodctl remove pods <name> [flags]

Example

Terminate all Pods named “training-worker”:
runpodctl remove pods training-worker

Arguments

<name>
string
required
The name of the Pods to terminate. All Pods with this exact name will be removed.

Flags

--podCount
integer
The number of Pods with the specified name to terminate. This limits the removal to a specific count rather than removing all matching Pods.