disable_auto_ssl
Disable automatic SSL certificate management for a specified Vultr load balancer to manually control certificate deployment.
Instructions
Disable Auto SSL for a load balancer.
Args: load_balancer_id: The load balancer ID or label (e.g., "web-lb", "api-load-balancer", or UUID)
Returns: Status message confirming Auto SSL disabled
Input Schema
Name | Required | Description | Default |
---|---|---|---|
load_balancer_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"load_balancer_id": {
"title": "Load Balancer Id",
"type": "string"
}
},
"required": [
"load_balancer_id"
],
"type": "object"
}