Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI Studio
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Network Load Balancer
  • Getting started
    • All guides
      • Information about current network load balancers
      • Creating a load balancer
      • Creating an internal load balancer
      • Stopping and starting a load balancer
      • Changing load balancer settings
      • Moving a VM to a target group in a new availability zone
      • Deleting a load balancer
      • Checking target health statuses
      • Adding a listener
      • Deleting a listener
    • Viewing service resource operations
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Release notes
  • FAQ

In this article:

  • Stopping a network load balancer
  • Starting a network load balancer
  1. Step-by-step guides
  2. Network load balancers
  3. Stopping and starting a load balancer

Stopping and starting a load balancer

Written by
Yandex Cloud
Updated at June 9, 2025
  • Stopping a network load balancer
  • Starting a network load balancer

You can stop and restart a network load balancer as needed.

Stopping a network load balancerStopping a network load balancer

Management console
CLI
API
  1. In the management console, select the folder where you need to stop a load balancer.
  2. In the list of services, select Network Load Balancer.
  3. Next to the load balancer you need to stop, click and select Stop.
  4. In the window that opens, click Stop.

If you do not have the Yandex Cloud CLI installed yet, install and initialize it.

By default, the CLI uses the folder specified when creating the profile. To change the default folder, use the yc config set folder-id <folder_ID> command. You can also set a different folder for any specific command using the --folder-name or --folder-id parameter.

To stop a load balancer with the ACTIVE status, run this command:

yc load-balancer network-load-balancer stop <load_balancer_name_or_ID>

You can get the load balancer ID and name with the list of network load balancers in the folder.

To stop a network load balancer, use the stop REST API method for the NetworkLoadBalancer resource or the NetworkLoadBalancerService/Stop gRPC API call.

You can get the load balancer ID with the list of network load balancers in the folder.

Starting a network load balancerStarting a network load balancer

You can restart a network load balancer with the Stopped status.

Management console
CLI
API
  1. In the management console, select the folder where you need to start a load balancer.
  2. In the list of services, select Network Load Balancer.
  3. Next to the load balancer you need to start, click and select Start.
  4. In the window that opens, click Start.

If you do not have the Yandex Cloud CLI installed yet, install and initialize it.

By default, the CLI uses the folder specified when creating the profile. To change the default folder, use the yc config set folder-id <folder_ID> command. You can also set a different folder for any specific command using the --folder-name or --folder-id parameter.

To start a load balancer with the STOPPED status, run this command:

yc load-balancer network-load-balancer start <load_balancer_name_or_ID>

You can get the load balancer ID and name with the list of network load balancers in the folder.

To start a network load balancer, use the start REST API method for the NetworkLoadBalancer resource or the NetworkLoadBalancerService/Start gRPC API call.

You can get the load balancer ID with the list of network load balancers in the folder.

Was the article helpful?

Previous
Creating an internal load balancer
Next
Changing load balancer settings
Yandex project
© 2025 Yandex.Cloud LLC