HEX
Server: Apache
System: Linux vps-cdc32557.vps.ovh.ca 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
User: hanode (1017)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //lib/python3/dist-packages/awscli/examples/lightsail/delete-load-balancer.rst
**To delete a load balancer**

The following ``delete-load-balancer`` example deletes the specified load balancer and any associated TLS certificates. ::

    aws lightsail delete-load-balancer \
        --load-balancer-name MyFirstLoadBalancer

Output::

    {
        "operations": [
            {
                "id": "a8c968c7-72a3-4680-a714-af8f03eea535",
                "resourceName": "MyFirstLoadBalancer",
                "resourceType": "LoadBalancer",
                "createdAt": 1569875092.125,
                "location": {
                    "availabilityZone": "all",
                    "regionName": "us-west-2"
                },
                "isTerminal": true,
                "operationType": "DeleteLoadBalancer",
                "status": "Succeeded",
                "statusChangedAt": 1569875092.125
            },
            {
                "id": "f91a29fc-8ce3-4e69-a227-ea70ca890bf5",
                "resourceName": "MySecondCertificate",
                "resourceType": "LoadBalancerTlsCertificate",
                "createdAt": 1569875091.938,
                "location": {
                    "availabilityZone": "all",
                    "regionName": "us-west-2"
                },
                "isTerminal": false,
                "operationType": "DeleteLoadBalancerTlsCertificate",
                "status": "Started",
                "statusChangedAt": 1569875091.938
            },
            {
                "id": "cf64c060-154b-4eb4-ba57-84e2e41563d6",
                "resourceName": "MyFirstLoadBalancer",
                "resourceType": "LoadBalancer",
                "createdAt": 1569875091.94,
                "location": {
                    "availabilityZone": "all",
                    "regionName": "us-west-2"
                },
                "isTerminal": false,
                "operationType": "DeleteLoadBalancerTlsCertificate",
                "status": "Started",
                "statusChangedAt": 1569875091.94
            }
        ]
    }

For more information, see `title <link>`__ in the *guide*.