> For the complete documentation index, see [llms.txt](https://docs.greennode.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.greennode.ai/ai-stack/ai-platform/notebook-instance/notebook-instance-management.md).

# Notebook Instance Management

**Access Notebook Instance**

* Log in to [GreenNode AI Platform](https://aiplatform.console.greennode.ai/overview).
* Select “Notebook instance” from the left-hand menu.

**Connect to Running Instances**\
When the status changes to Active, you can click “Connect” to open the Jupyter Notebook interface, where you can start working on your projects.

* Method 1: Access via the instance name link

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

* Method 2: Connect via the Action column

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

2. **Start and Stop Instance**\
   **Start Instance**\
   After a notebook instance is created, it will automatically start. If a notebook is currently stopped, locate your instance in the table and click the "Start" button.

* Method 1: Access via the instance name link

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

* Method 2: Start via the Action column

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

**Stop Instance**\
If you need to pause your work or save resources, you can stop your notebook instance. Simply select the instance you want to stop and click the "Stop" button. This action will pause the instance until you start it again.

* Method 1: Access via the instance name link

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

* Method 2: Stop via the Action column

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

3. **Delete Instance**\
   When a notebook instance is no longer needed, you can delete it to free up resources and manage costs. Please note that once a notebook instance is deleted, it cannot be recovered.

* Method 1: Access via the instance name link

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

* Method 2: Delete via the Action column

<figure><img src="/files/1orhkyKNH8IpAB4PLKpC" alt=""><figcaption></figcaption></figure>

A confirmation dialog will appear to ensure you do not accidentally delete the instance.

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

4. **Resize Block Storage**\
   Select "Resize" when you want to increase block storage capacity to store more data.

The new size must be greater than or equal to the current storage size.

* Access via the instance name link

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

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

**Important Notes:**\
**Pricing:** Notebook instances incur charges while they are running. Make sure to stop instances when not in use to avoid unnecessary costs.

**Data persistence:** Data stored on the instance’s local storage will be lost when the instance is stopped. Therefore, ensure you back up your data to another location (e.g., S3 bucket) before stopping the instance.
