Yandex Cloud
Search
Discuss with expertTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
    • Cloud Interconnect
    • Cloud Backup
    • Cloud Registry
    • Yandex AI Studio
    • Compute Cloud
    • Object Storage
    • Managed Service for Kubernetes®
    • Yandex BareMetal
    • Smart Web Security
    • Security Deck
    • Managed Service for PostgreSQL
    • Managed Service for ClickHouse®
    • Monium
    • Cloud CDN
    • Network Load Balancer
    • Virtual Private Cloud
    • Cloud DNS
    • Application Load Balancer
    • Yandex Cloud Video
    • Stackland
    • Yandex Cloud Router
    • Yandex Managed Service for Trino
    • Managed Service for MySQL®
    • Managed Service for Valkey™
    • Managed Service for Apache Spark™
    • Yandex StoreDoc
    • Managed Service for OpenSearch
    • Managed Service for Apache Kafka®
    • Data Transfer
    • Yandex MPP Analytics Engine for PostgreSQL
    • Yandex Managed Service for Apache Airflow®
    • Data Processing
    • Yandex MetaData Hub
    • Managed Service for YDB
    • Managed Service for Sharded PostgreSQL
    • Managed Service for YTsaurus
    • Yandex WebSQL
    • DataLens
    • Yandex Search API
    • SpeechSense
    • SpeechKit
    • DataSphere
    • Vision OCR
    • Translate
    • Yandex Identity Hub
    • Key Management Service
    • Certificate Manager
    • Yandex Lockbox
    • Audit Trails
    • SmartCaptcha
    • Cloud Desktop
    • SourceCraft Code Assistant
    • Container Registry
    • Managed Service for GitLab
    • Managed Service for Prometheus®
    • Cloud Functions
    • API Gateway
    • Yandex Cloud Postbox
    • Message Queue
    • Serverless Integrations
    • IoT Core
    • Data Streams
    • Serverless Containers
    • Cloud Notification Service
    • Yandex Query
    • Identity and Access Management
    • Yandex Cloud Console
    • Resource Manager
    • Yandex Cloud Billing
    • Yandex Cloud Quota Manager
    • Cloud Apps
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
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
      • Configuring deletion protection
      • 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 24, 2026
View in Markdown
  • 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. Navigate to 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 yet, install and initialize it.

The folder used by default is the one specified when creating the CLI profile. To change the default folder, use the yc config set folder-id <folder_ID> command. You can also specify a different folder for any command using --folder-name or --folder-id. If you access a resource by its name, the search will be limited to the default folder. If you access a resource by its ID, the search will be global, i.e., through all folders based on access permissions.

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. Navigate to 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 yet, install and initialize it.

The folder used by default is the one specified when creating the CLI profile. To change the default folder, use the yc config set folder-id <folder_ID> command. You can also specify a different folder for any command using --folder-name or --folder-id. If you access a resource by its name, the search will be limited to the default folder. If you access a resource by its ID, the search will be global, i.e., through all folders based on access permissions.

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
Configuring deletion protection
© 2026 Direct Cursus Technology L.L.C.