Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • 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 Cloud Stackland
  • What's new
  • Installation
    • All tutorials
    • Installing Stackland on Yandex BareMetal
    • Setting up external access to a pod in a cluster
    • All guides
        • Creating a cluster ClickHouse®
        • Updating cluster settings
        • Creating backups
        • Recovering a cluster
        • Deleting a cluster
    • Projects
    • Resource model
  • Access management
  • Pricing policy
  • Diagnostics and troubleshooting
  1. Step-by-step guides
  2. Databases
  3. Managed Service for ClickHouse®
  4. Deleting a cluster

Deleting a cluster Managed Service for ClickHouse®

Written by
Yandex Cloud
Updated at April 8, 2026

If you have an ClickHouse® cluster in your project, you can delete it.

Note

If the deletion protection is on (spec.deletionProtection: true), the operator will reject the deletion of the resource. First, deactivate the protection in cluster settings by going spec.deletionProtection: false, apply the manifest, and then proceed with the deletion.

CLI
Management console
  1. Find the cluster name in the list of project clusters: kubectl get ClickhouseCluster -n <project_name>.
  2. Delete the cluster resource: kubectl delete ClickhouseCluster <cluster_name> -n <project_name>.
  1. Open your project.
  2. In the left-hand menu, select ClickHouse® Clusters.
  3. Select a cluster.
  4. Click Delete.
  5. Confirm the deletion.

This is it. You have successfully deleted the cluster.

Was the article helpful?

Previous
Recovering a cluster
Next
Creating a bucket
© 2026 Direct Cursus Technology L.L.C.