swm guard
Subcommands
Section titled “Subcommands”| Command | Description |
|---|---|
guard defaults | View/update default policy |
guard set <id> | Set policy for a pod |
guard disable <id> | Disable guard for a pod |
guard list | List all guarded pods with status |
guard run [ids...] | Run guard loop manually |
guard stop-daemon | Stop background daemon |
Examples
Section titled “Examples”swm guard defaults --mode auto-down --idle-timeout 60swm guard set runpod:abc123 --mode auto-down --idle-timeout 30swm guard disable runpod:abc123swm guard listswm guard run --onceSee Lifecycle Guard for details.