# How to Manage GPU kernel?

### Video

{% embed url="<https://youtu.be/ivyFBrKRnD0?si=9qV35GEeSJ0pvSBJ>" %}

Navigate to Running Kernels/Notebooks from the navigation bar, select the **Running Kernels/Notebooks** option (second icon from the top).

<figure><img src="https://fptcloud.com/wp-content/uploads/2025/09/Screenshot-2025-11-04-at-13.33.53.png" alt=""><figcaption></figcaption></figure>

### Running GPU Kernel Table: <a href="#contentify_0" id="contentify_0"></a>

Displays information about all **currently running GPU kernels** in your lab.

<table><thead><tr><th width="125">Field</th><th>Description</th></tr></thead><tbody><tr><td><strong>Name</strong></td><td>Unique identifier of the GPU kernel</td></tr><tr><td><strong>Created At</strong></td><td>Date and time when the GPU kernel started</td></tr><tr><td><strong>Action</strong></td><td>Available Actions:<br>• <strong>Shut Down All</strong>: Terminates all running kernels in your lab. Once terminated, the kernels will appear in the <strong>Kernel History</strong> section.<br>• <strong>Shut Down</strong>: Terminates only the selected kernel. The terminated kernel will appear in the <strong>Kernel History</strong> section.</td></tr></tbody></table>

### Kernel History Table: <a href="#contentify_1" id="contentify_1"></a>

Displays information about all **terminated GPU kernels**.\
This table helps you verify kernel usage duration and cross-check it with billing data on the **AI Factory Portal**.

<table><thead><tr><th width="123">Field</th><th>Description</th></tr></thead><tbody><tr><td><strong>Name</strong></td><td>Unique identifier of the GPU kernel</td></tr><tr><td><strong>Created At</strong></td><td>Date and time when the GPU kernel started</td></tr><tr><td><strong>Duration</strong></td><td>Total runtime of the GPU kernel</td></tr></tbody></table>

### Billing Reconciliation <a href="#contentify_2" id="contentify_2"></a>

[![Info Icon](https://fptcloud.com/wp-content/uploads/2025/05/information-fill-1.png)](https://fptcloud.com/wp-content/uploads/2025/05/information-fill-1.png) You may notice a slight difference (typically 1–10 seconds) between the GPU runtime displayed in AI Factory Billing and the Duration column in the Kernel History table of AI Notebook. This minor variation is expected and occurs due to normal synchronization delays between internal services.

[![Alt text](https://fptcloud.com/wp-content/uploads/2025/09/Screenshot-2025-11-04-at-14.12.39.png)](https://fptcloud.com/wp-content/uploads/2025/09/Screenshot-2025-11-04-at-14.12.39.png)


---

# 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://ai-docs.fptcloud.com/other/ai-notebook/tutorials/how-to-manage-gpu-kernel.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.
