Skip to content

swm guard

CommandDescription
guard defaultsView/update default policy
guard set <id>Set policy for a pod
guard disable <id>Disable guard for a pod
guard listList all guarded pods with status
guard run [ids...]Run guard loop manually
guard stop-daemonStop background daemon
Terminal window
swm guard defaults --mode auto-down --idle-timeout 60
swm guard set runpod:abc123 --mode auto-down --idle-timeout 30
swm guard disable runpod:abc123
swm guard list
swm guard run --once

See Lifecycle Guard for details.