# Notebook Culler Activation

This guide explains how to enable and configure the Notebook Culler directly from the Kubeflow dashboard. It is assumed that you are already logged in and have selected the appropriate namespace. To begin, navigate to the Settings menu located in the main sidebar of the dashboard.

<figure><img src="/files/YEbJkDlb60RZqQyyPpLV" alt=""><figcaption></figcaption></figure>

You’ll see several options after clicking Settings, such as “Settings,” “Users,” and “Roles.” Make sure you select the “Settings” option.

<figure><img src="/files/MH4R8Q90b4GcqquRyI5C" alt=""><figcaption></figcaption></figure>

Once in the settings area, you will find the “Enable Notebook Culler” option, which is turned off by default.

<figure><img src="/files/JEKluSDAILldeCx52p9s" alt=""><figcaption></figcaption></figure>

You can activate the feature by clicking the toggle switch, which will turn blue to indicate it is enabled. Upon activation, two configuration fields will become available. The “Idle Timeout (minutes)” field allows you to specify how long a notebook can remain inactive before it is automatically shut down, while the “Recheck Interval (minutes)” field sets how often the system checks for idle notebooks.

After you have entered your desired values, such as a 30-minute timeout and a 5-minute recheck interval, finalize the process by clicking the “Save Changes” button.

<figure><img src="/files/AZmrHx2MkUa6aMm4BzaU" alt=""><figcaption></figcaption></figure>

A confirmation message stating “Settings saved successfully!” will then appear, confirming your configuration is active.

<figure><img src="/files/hCh0Bo4IEO20ImymlubO" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudeka.ai/guidance-for-individual/deka-gpu-mlops/notebook-culler-activation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
