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
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Network Load Balancer
  • Getting started
    • All guides
      • Information about existing 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 operations with resources
  • 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 May 13, 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 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) command line interface yet, install and initialize it.

The folder specified when creating the CLI profile is used by default. To change the default folder, use the yc config set folder-id <folder_ID> command. You can specify a different folder 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 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) command line interface yet, install and initialize it.

The folder specified when creating the CLI profile is used by default. To change the default folder, use the yc config set folder-id <folder_ID> command. You can specify a different folder 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
© 2025 Direct Cursus Technology L.L.C.