# Registering & Unregistering a Model

{% hint style="info" %}
*Check out the walk-through on how to register a DSL Model.*
{% endhint %}

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FBLGYLEkBUnc8nVEBAuEI%2Fuploads%2FfRlAawF1FjJhDbm7aI8Y%2FModel%20Register%20and%20Unregister.mp4?alt=media&token=1d1862e7-2d64-445f-9c9b-0a1a23569580>" %}
Registering and Unregistering a Model from the Notebook tab
{% endembed %}

## Registering a DSL Model

* **Navigate** to the **Models** tab provided on a Notebook page.
* Select the ***Unregister*** filter option to get the list of all the unregistered model below.
* Select a model from the list.
* Click the Ellipsis icon.
* Click the ***Register*** option from the displayed menu.  &#x20;

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

* The ***Register Model*** dialog box opens.
* Click the ***Yes*** option.

&#x20;      ![](/files/7YZwzYWHLTFlVv7vvAtm)​

* The concerned saved model gets registered.&#x20;

<figure><img src="/files/62kG1z8ekUoSlGUHNeep" alt=""><figcaption></figcaption></figure>

* The name of the registered model appears in purple color.

&#x20;      ![](/files/XkFaEcX6oyWUZvOliN62)

* [ ] The Registered model can be accessed under the Registered filter using the ***Model*** tab.

<figure><img src="/files/UogQwXfeN5nsd4PfxnT3" alt=""><figcaption><p><em><strong>Registered Model under the Model tab</strong></em></p></figcaption></figure>

* [ ] The registered model can be accessed under the Data Science Lab Model load runner component of the Data Pipeline as displayed in the below given image).

<figure><img src="/files/m3J9f42pUx08iKB5RSc2" alt=""><figcaption><p><em><strong>Consuming the registered DS Lab model in the Data Pipeline module</strong></em></p></figcaption></figure>

{% hint style="info" %}
*<mark style="color:green;">Please Note:</mark> Read the **DS Lab Model Runner component** of the **Data Pipeline** user document to know more about it.*
{% endhint %}

## Unregistering a DSL Model <a href="#unregistering-a-dsl-model" id="unregistering-a-dsl-model"></a>

The user can also Unregister a registered model from the Notebook page. The steps for the same are given below:

* **Navigate** to the **Models** tab provided on a Notebook page.
* Select the ***Register*** filter option to get the list of all the unregistered model below.
* Select a model from the list.
* Click the Ellipsis icon.
* Click the ***Unregister*** option from the displayed menu.&#x20;

<figure><img src="/files/64TS1rpW6A9A5GAZ8FTz" alt=""><figcaption></figcaption></figure>

* The **Unregister** dialog box opens.
* Click the **Yes** option.

&#x20;      ![](/files/R46nGiYU1tSrLKHwNQyR)​

* A notification message appears to convey the success of the action.​

<figure><img src="/files/6lxdhZNrdjysKdYWeaq3" alt=""><figcaption></figcaption></figure>

* The concerned model gets unregistered.

&#x20;      ![](/files/lUsHRopMyBcQITnRlxOI)​​

{% hint style="info" %}
*<mark style="color:green;">Please Note</mark>*:&#x20;

* *Read the **DS Lab Model Runner component** of the **Data Pipeline** user document to know more about it.*
* *Refer the* [***Data Science Lab Quick Start Flow*** ](https://docs.bdb.ai/data-science-lab-3/data-science-lab-quick-start-flow)*page to get an overview of the **Data Science Lab** module in nutshell.*&#x20;
  {% endhint %}


---

# Agent Instructions: 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.bdb.ai/data-science-lab-3/project/tabs-for-a-data-science-lab-project/tabs-for-tensorflow-and-pytorch-environment/notebook/notebook-page/notebook-operations/models/registering-and-unregistering-a-model.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.
