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.
Status
Required.
Syntax
--deployment-id=<deployment-id-or-serving-name>
Default value
No default.
--project-id The project that contains the deployment. Either space_id or project_id must be given.
Status
Optional.
Syntax
--project-id=<project-id>
Input type
string
Default value
No default.
--space-id The space that contains the deployment. Either space_id or project_id must be given.
Status
Optional.
Syntax
--space-id=<space-identifier>
Default value
No default.
Input type
string

Examples

cpd-cli wx-ai deployment
get \
    --deployment-id exampleString \
    --project-id a77190a2-f52d-4f2a-be3d-7867b5f46edc \
    --space-id 63dc4cf1-252f-424b-b52d-5cdd9814987f