detail
The cldkctl notebook detail command retrieves detailed information about a specific Jupyter Notebook by its name. This command displays technical specifications such as CPU, memory, GPU type, disk usage, image, storage, and current status.
Usage
cldkctl notebook detail [name] [flags]Steps
Follow the steps below to run and view the result of this command:
Identify the Notebook Name that you want to inspect. Refer to the Notebook List section to view all available notebooks.
Run the following command in your terminal:
./cldkctl notebook detail <notebook-name>Wait a few seconds for the system to fetch the notebook information.
Review the displayed configuration details including namespace, CPU, GPU type, storage, and status.
Flags
-h, --help
Help for the command.
-p, --project string
Specify the project ID.
-n, --namespace string
Specify the cluster namespace to scope the operation.
Last updated
