update_haproxy_backend
Update an existing HAProxy backend by ID, adjusting configuration like name, mode, load balancing, and health checks. Optionally apply changes immediately or later.
Instructions
Update an existing HAProxy backend by ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Protocol mode ('http' or 'tcp') | |
| name | No | Backend name | |
| descr | No | Description | |
| balance | No | Load balancing algorithm | |
| backend_id | Yes | Backend ID (from search_haproxy_backends) | |
| check_type | No | Health check type | |
| apply_immediately | No | Whether to apply changes immediately |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||