timeweb_update_balancer
Update an existing load balancer's settings, including algorithm, port, SSL, sticky sessions, and health check parameters.
Instructions
Update an existing load balancer
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| algo | No | Load balancing algorithm | |
| fall | No | Number of failures before marking as down | |
| name | No | New name for the balancer | |
| port | No | Main port | |
| rise | No | Number of successes before marking as up | |
| inter | No | Health check interval in milliseconds | |
| format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | |
| is_ssl | No | Enable SSL | |
| timeout | No | Connection timeout in milliseconds | |
| is_sticky | No | Enable sticky sessions | |
| balancer_id | Yes | Load balancer ID | |
| is_keepalive | No | Enable keepalive | |
| is_use_proxy | No | Use proxy protocol |