Update Load Balancer
documentedUpdate a load balancer.
PUT /v2/load_balancers/{id}Load Balancersno implementation yet0 runsInput
lb_id*
Load Balancer ID
lb-uuid
name
Load Balancer name
example-lb-01
region
Region slug
nyc3
entry_protocol
Forwarding rule entry_protocol
http
entry_port
Forwarding rule entry_port
80
target_protocol
Forwarding rule target_protocol
http
target_port
Forwarding rule target_port
80
certificate_id
TLS certificate_id (optional)
cert-123
tls_passthrough
TLS passthrough
false
health_protocol
Health check protocol
http
health_port
Health check port
80
health_path
Health check path
/
health_check_interval
Health check interval (s)
10
health_timeout
Health check timeout (s)
5
health_healthy
Healthy threshold
5
health_unhealthy
Unhealthy threshold
3
droplet_ids
Backend Droplet IDs
[3164444,3164445]
redirect_http_to_https
Redirect HTTP to HTTPS
true
enable_proxy_protocol
Enable PROXY protocol
false
firewall_allow
Firewall allow rules
["cidr:1.2.0.0/16"]
firewall_deny
Firewall deny rules
[]
tag
Global load balancer tag
web:prod
vpc_uuid
VPC UUID
vpc-uuid
Calls DigitalOcean as you (your API key is your account); keychains.dev holds the credentials.