delete_openvpn_server
Permanently delete an OpenVPN server by ID. Requires explicit confirmation and supports dry-run preview to avoid accidental removal.
Instructions
Delete an OpenVPN server instance by ID. WARNING: This is irreversible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be set to True to execute. Safety gate for destructive operations. | |
| dry_run | No | If True, preview the operation without executing. | |
| server_id | Yes | Server ID (from search_openvpn_servers) | |
| apply_immediately | No | Whether to apply changes immediately |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||