Deleting a Managed Service for Trino catalog
Written by
Updated at July 24, 2026
If you have a catalog in your Trino cluster, you can delete it. After you delete the catalog, the data source will no longer be available in cluster SQL queries.
Note
When you delete a catalog, Managed Service for Trino recreates the cluster. While the new configuration is being applied, the cluster switches to Updating, and active queries get interrupted. For more information, see Updating a cluster.
CLI
Management console
- Find the name of the catalog in the list of catalogs:
kubectl get TrinoCatalog -n <namespace>. - Delete the catalog resource:
kubectl delete TrinoCatalog <catalog_name> -n <namespace>.
- If you have not opened a project yet, select one.
- Select the namespace the cluster was created in.
- In the left-hand menu, select Trino → Clusters.
- Select the cluster and open the Catalogs tab.
- Select a folder.
- Click Delete.
- In the confirmation window, enter the catalog name and click Delete.
While the resource is being deleted, you will see Deleting in the lit of catalogs. As soon as it is completely deleted, the row will disappear from the table.
The operator deletes Secrets associated with credentials together with the catalog if they were created through the management console and are not used by other resources.