vps_unban_ip
Remove an IP address from a fail2ban jail (default: sshd). First call validates the IP and previews the action; second call with confirm=true executes the unban.
Instructions
Remove an IP address from a fail2ban jail (default: sshd).
Call once with confirm=false (or omitted) to validate the IP and see what would happen; nothing runs until you call again with confirm=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | ||
| jail | No | sshd | |
| confirm | No |