Deleting a cluster Managed Service for Trino
Written by
Updated at July 24, 2026
If you have an Trino cluster in your project, you can delete it.
Warning
If the deletion protection is on (spec.deletionProtection: true), you cannot delete the cluster. First, deactivate the protection by setting spec.deletionProtection: false in the manifest and applying the changes (kubectl apply). Alternatively, deactivate it in the cluster settings in the management console. Then you can delete the cluster.
CLI
Management console
- Find the cluster name in the list of clusters:
kubectl get TrinoCluster -n <namespace>. - Delete the cluster resource:
kubectl delete TrinoCluster <cluster_name> -n <namespace>.
- Open your project.
- Select the namespace the cluster was created in.
- In the left-hand menu, select Trino → Clusters.
- Select a cluster.
- Click Delete.
- In the confirmation window, enter the cluster name and click Delete.
During the deletion, you will see Deleting in the cluster list. As soon as it is completely deleted, the row will disappear from the table.
Attached catalogs (TrinoCatalog) will be deleted together with the cluster.