notebook update
Update a specific notebook.
Syntax
cpd-cli notebook update \
--notebook-id=<notebook-guid> \
--profile=<cpd-profile-name> \
[--compute=<saas-identifier>] \
[--context=<catalog-project-or-space-id>] \
[--cpd-config=<cpd-config-location>] \
[--environment=<environment-id>] \
[--jmes-query=<jmespath-query>] \
[--kernel=<notebook-kernel>] \
[--output=json|yaml|table] \
[--output-file=<output-file-location>] \
[--quiet] \
[--raw-output=true|false] \
[--schedule=<notebook-schedule-identifier>] \
[--shares] \
[--spark-monitoring-enabled] \
[--verbose]
Arguments
The notebook update command has no
arguments.
Options
Table 1: Command options
| Option | Description |
|---|---|
--compute |
Specify the Spark-as-a-Service
identifier that the notebook runs on.
|
--context |
Specify the configuration context
name.
|
--cpd-config |
The IBM Software Hub
configuration location. For example,
$HOME/.cpd-cli/config.
|
--environment |
Specify the environment ID that
the notebook runs on.
|
|
|
Display command
help.
|
--jmes-query |
Provide a JMESPath query to
customize the output.
|
--kernel |
Specify the notebook
kernel.
|
--notebook-id |
Specify the notebook
GUID.
|
--output |
Specify an output
format.
|
--output-file |
Specify a file path where all
output is redirected.
|
--profile |
The name of the profile that you
created to store information about an instance of Cloud Pak for Data and your credentials for the
instance.
|
--quiet |
Suppress verbose
messages.
|
--raw-output |
When set to true, single values
are not surrounded by quotation marks in
JSON output
mode.
|
--schedule |
Specify the notebook schedule
identifier.
|
--shares |
When this option is specified, the
notebook repository information is shared.
|
--spark-monitoring-enabled |
When this option is specified,
Spark monitoring is enabled.
|
--verbose |
Logs include more detailed
messages.
|