# cldkctl notebook

The notebook command is used to manage Jupyter Notebooks within your Cloudeka environment. It allows you to create, start, stop, edit, and delete notebooks while also viewing detailed information about existing ones. This helps you manage computational resources efficiently, particularly when working with data analysis, machine learning, or AI development workflows.

## Usage

```
cldkctl notebook [flags]
```

## Aliases

```
notebook, nb
```

## Available commands

| Command | Description                                |
| ------- | ------------------------------------------ |
| create  | Create a new notebook                      |
| delete  | Delete a notebook                          |
| detail  | View detailed information about a notebook |
| edit    | Modify a notebook’s configuration          |
| list    | List all notebooks                         |
| start   | Start a notebook                           |
| stop    | Stop a running notebook                    |

## 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 notebook command. |

## <br>


---

# 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.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.
