Start a network load balancer
Management console
CLI
API
To start a network load balancer:
- Open the Load Balancer section in the folder where you want to start the load balancer.
- Click in the row of that load balancer or open the page of the load balancer you need.
- Click Start.
- In the window that opens, click Start.
If you don't have the Yandex.Cloud command line interface yet, install it.
The folder specified in the CLI profile is used by default. You can specify a different folder using the --folder-name
or --folder-id
parameter.
-
See the description of the CLI's start network load balancer command:
$ yc load-balancer network-load-balancer start --help
-
Get a list of all load balancers:
$ yc load-balancer network-load-balancer list +----------------------+--------------------+-------------+----------+----------------+------------------------+----------+ | ID | NAME | REGION ID | TYPE | LISTENER COUNT | ATTACHED TARGET GROUPS | STATUS | +----------------------+--------------------+-------------+----------+----------------+------------------------+----------+ ... | b7r97ah2jn5rmo6k1dsk | test-load-balancer | ru-central1 | EXTERNAL | 1 | c58n3vh8saud47rj1cuk | INACTIVE | ... +----------------------+--------------------+-------------+----------+----------------+------------------------+----------+
-
Choose the
ID
orNAME
of the required load balancer in theINACTIVE
state. -
Start the load balancer:
$ yc load-balancer network-load-balancer start b7r97ah2jn5rmo6k1dsk
You can start network load balancers using the start API method.