> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/cloudeka-api-list/command-reference/cldkctl-notebook.md).

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