stop
The cldkctl notebook stop command stops a running Jupyter Notebook instance by specifying its name. This command gracefully shuts down the notebook, preserving data while releasing allocated resources such as CPU, memory, and GPU
Usage
cldkctl notebook stop [name] [flags]Aliases
stop, turn-off, off, shutdownSteps
Follow the steps below to run and view the result of this command:

If your organization has multiple notebooks, identify the Notebook Name from the Notebook List section.
Run the following command in your terminal, and replace <notebook name> with the name of the notebook you want to stop:
If your notebook is running in a different namespace, include the --namespace flag followed by the namespace name.
Wait for the system to gracefully shut down the notebook.
Once the process completes successfully, the terminal displays the message “✔ Notebook stopped”.
To verify the notebook’s current state, refer to the Notebook List section.
Flags
-h, --help
Help for the stop command.
-n, --namespace string
Specify the cluster namespace to scope the operation.
-p, --project string
Specify the project ID.
Last updated
