Disabling DataLens
Written by
Updated at April 8, 2026
Disabling a component
-
Open the
DataLensConfigresource to edit it:kubectl edit datalensconfig main -
Set
spec.enabled: false:spec: enabled: false -
Save the changes and close the editor.
-
Make sure the component pods were deleted:
kubectl get pods -n stackland-datalensThe list of pods should be empty.
Warning
Disabling DataLens will delete all data created by this component.