# detail

The cldkctl notebook detail command retrieves detailed information about a specific Jupyter Notebook by its name. This command displays technical specifications such as CPU, memory, GPU type, disk usage, image, storage, and current status.

## Usage

```
cldkctl notebook detail [name] [flags]
```

## Steps

Follow the steps below to run and view the result of this command:

1. Identify the Notebook Name that you want to inspect. Refer to the Notebook List section to view all available notebooks.
2. Run the following command in your terminal:

```
cldkctl notebook detail <notebook-name>
```

3. Wait a few seconds for the system to fetch the notebook information.
4. Review the displayed configuration details including namespace, CPU, GPU type, storage, and status.

## Flags

{% hint style="info" %}
This command supports[ global flags.](/cloudeka-api-list/global-flags.md) Refer to the Global Flags section for details.
{% endhint %}

| Flag                   | Description                                           |
| ---------------------- | ----------------------------------------------------- |
| -h, --help             | Help for the command.                                 |
| -p, --project string   | Specify the project ID.                               |
| -n, --namespace string | Specify the cluster namespace to scope the operation. |


---

# 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.cloudeka.ai/cloudeka-api-list/command-reference/cldkctl-notebook/detail.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.
