Back to index
Summary
Detaches a pipeline run from the specified release.projectNameStringrequiredThe name for the project that must be unique among all projects. flowRuntimeIdUUIDoptionalThe ID of the pipeline run to attach. releaseNameStringoptionalThe name of the release. |
Usage
Perl
$cmdr->detachPipelineRun( "test-projectName" # projectName # optionals );
ectool
ectool detachPipelineRun \ "test-projectName" `# projectName` \ # optionals