pipeline version delete
Deletes a pipeline version by pipeline version ID. You must specify either
project_id or space_id.
Syntax
cpdctl pipeline version delete \
[--project-id PROJECT-ID] \
[--space-id SPACE-ID] \
--version-id VERSION-ID
Options
Table 1: Command options
| Option | Description |
|---|---|
--project-id (UUID) |
The ID of the project. The maximum length is |
--space-id (UUID) |
The ID of the space. The maximum length is |
--version-id (string) |
The ID of the pipeline version to be deleted. Required. |