pipeline version
delete
Deletes a pipeline version by pipeline version ID. You must specify either project_id or space_id.
Syntax
cpd-cli pipeline version
delete \
--version-id=<version-guid> \
[--project-id=<project-id>] \
[--space-id=<space-identifier>]
Options
Table 1: Command options
| Option | Description |
|---|---|
--project-id |
Specify an IBM Software Hub
project instance.
|
--space-id |
Specify a space
identifier.
|
--version-id |
Specify the version
GUID.
|