deletePipelineRun

Back to index

Summary

Deletes a pipeline runtime.
flowRuntimeId
UUIDoptional
The ID of the flow runtime.
flowRuntimeName
Stringoptional
The name of the flow runtime.
projectName
Stringoptional
The name of the project.

Usage

Perl

$cmdr->deletePipelineRun( # optionals );

ectool

ectool deletePipelineRun \ # optionals

Examples

Perl

$cmdr->deletePipelineRun({flowRuntimeName => "Test Run", projectName => "Default"});

ectool

ectool deletePipelineRun --flowRuntimeName "Test Run" --projectName "Default"