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 Container Registry
  • Getting started
    • All guides
    • Installing and configuring Docker
    • Authentication in Container Registry
      • Getting information about existing registries
      • Getting information about a registry access policy
      • Creating a registry
      • Configuring access to a registry
      • Updating a registry
      • Deleting a registry
    • Scanning Docker images for vulnerabilities
    • Creating a trigger for a registry
  • Yandex Container Solution
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Troubleshooting
  • FAQ
  1. Step-by-step guides
  2. Managing a registry
  3. Deleting a registry

Deleting a registry

Written by
Yandex Cloud
Updated at March 6, 2025

Note

You can only delete an empty registry. Make sure to delete Docker images from the registry before deleting the registry itself.

To access a registry, use its ID or name. For information about how to get the registry ID or name, see Getting information about registries

Management console
CLI
API

To delete a registry:

  1. Open Container Registry in the folder to delete a registry from.
  2. Click in the line of the registry to delete.
  3. In the menu that opens, click Delete.
  4. In the window that opens, click Delete.

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

  1. Delete the registry:

    yc container registry delete new-reg
    

    The result will be as follows:

    done
    
  2. Make sure the registry has been deleted:

    yc container registry list
    

    The result will be as follows:

    +----+------+-----------+
    | ID | NAME | FOLDER ID |
    +----+------+-----------+
    +----+------+-----------+
    

To delete the registry, use the delete method for the Registry resource.

Was the article helpful?

Previous
Updating a registry
Next
Getting information about existing repositories
Yandex project
© 2025 Yandex.Cloud LLC