wx-ai prompt-session update
Updates a prompt session for an ID.
Syntax
cpdctl wx-ai prompt-session update \
--session-id SESSION-ID
[--cpd-scope CPD-SCOPE] \
[--description DESCRIPTION] \
[--name NAME] \
[--project-id PROJECT-ID] \
Options
Table 1: Command options
| Option | Description |
|---|---|
--cpd-scope |
The IBM Software Hub space,
project, or catalog scope. For example,
cpd://default-context/spaces/7bccdda4-9752-4f37-868e-891de6c48135.
|
--description |
A description of the
deployment.
|
--name |
Specify the name of the
deployment.
|
--project-id |
The project that contains
the deployment. Either space_id or project_id must be
given.
|
--session-id |
Prompt Session ID. The value must
match the regular expression /[a-zA-Z0-9-]*/.
|
Examples
cpdctl wx-ai prompt-session update \
--session-id exampleString \
--name 'Session 1' \
--description 'My First Prompt Session' \
--project-id exampleString