POST /load_balancers/{id}/actions/disable_public_interface
Disable the public interface of a Load Balancer. The Load Balancer will be not accessible from the internet via its public IPs.
Call specific error codes
Code | Description |
---|---|
load_balancer_not_attached_to_network | The Load Balancer is not attached to a network |
targets_without_use_private_ip | The Load Balancer has targets that use the public IP instead of the private IP |
Servers
- https://api.hetzner.cloud/v1
Path parameters
Name | Type | Required | Description |
---|---|---|---|
id |
Integer | Yes |
ID of the Load Balancer. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.