Skip to main content
Terminate multiple Pods that share the same name. This is useful for cleaning up groups of Pods created with the create pods command.

Example

Terminate all Pods named “training-worker”:

Arguments

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

Flags

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.