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
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Cloud DNS
  • Getting started
    • All guides
      • Getting a list of DNS zones
      • Getting information about a DNS zone
      • DNS zone monitoring
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Release notes
  • FAQ
  1. Step-by-step guides
  2. Getting information about a DNS zone
  3. Getting a list of DNS zones

Getting a list of DNS zones

Written by
Yandex Cloud
Updated at May 13, 2025
Management console
CLI
API
  1. In the management console, select the folder where you want to view a list of DNS zones.
  2. Select Cloud DNS.
  3. The Zones page will show the list of DNS zones.

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.

  1. View the description of the CLI command to get a list of DNS zones:

     yc dns zone list --help
    
  2. To get a list of DNS zones, run this command:

    yc dns zone list
    

    Result:

    +----------------------+------------+---------+------------------------------+-------------+
    |          ID          |    NAME    |  ZONE   |          VISIBILITY          | DESCRIPTION |
    +----------------------+------------+---------+------------------------------+-------------+
    | dns5djfi2h68******** | test-zone. | staging | PRIVATE enpncp31fh3n******** |             |
    +----------------------+------------+---------+------------------------------+-------------+
    

To get a list of DNS zones, use the list REST API method for the DnsZone resource or the DnsZoneService/List gRPC API call.

Was the article helpful?

Previous
Deleting a DNS zone
Next
Getting information about a DNS zone
Yandex project
© 2025 Yandex.Cloud LLC