delete
The cldkctl notebook delete command permanently removes a Jupyter Notebook instance by specifying its name. This command deletes the notebook and releases all associated resources, including compute and storage allocations. This action is irreversible. Once deleted, the notebook and its configuration cannot be recovered.
Usage
cldkctl notebook delete [name] [flags]Aliases
delete, del, rmSteps
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 delete:
If your notebook is running in a different namespace, include the --namespace flag followed by the namespace name.
Wait for a few moments while the system processes the deletion request and releases all related resources.
Once the process completes successfully, the terminal displays the message “✔ Notebook deleted”.
To confirm the notebook has been removed, refer to the Notebook List section.
Flags
-h, --help
Help for the delete command.
-n, --namespace string
Specify the cluster namespace to scope the operation.
-p, --project string
Specify the project ID.
Last updated
