cldkctl notebook
Usage
cldkctl notebook [flags]Aliases
notebook, nbAvailable commands
Command
Description
Flags
Flag
Description
Last updated

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.
cldkctl notebook [flags]notebook, nbcreate
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
This command supports global flags. Refer to the Global Flags section for details.
-h, --help
Help for the notebook command.
Last updated