wx-ai deployment
get
Retrieves the deployment details with the specified identifier.
Syntax
cpd-cli wx-ai deployment
get \
--deployment-id=<deployment-id-or-serving-name> \
[--project-id=<project-id>] \
[--space-id=<space-identifier>]
Options
Table 1: Command options
| Option | Description |
|---|---|
--deployment-id |
Specify either the 'deployment_id'
that identifies the deployment or a 'serving_name' that allows a predefined URL to post a
prediction.
|
--project-id |
The project that contains
the deployment. Either space_id or project_id must be
given.
|
--space-id |
The space that contains the
deployment. Either space_id or project_id must be given.
|
Examples
cpd-cli wx-ai deployment
get \
--deployment-id exampleString \
--project-id a77190a2-f52d-4f2a-be3d-7867b5f46edc \
--space-id 63dc4cf1-252f-424b-b52d-5cdd9814987f