Back to index
Summary
Deletes a pipeline runtime.projectNameStringoptionalThe name of the project. flowRuntimeIdStringoptionalThe ID of the flow runtime. flowRuntimeNameStringoptionalThe name of the flow runtime. |
Usage
Groovy
import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.deletePipelineRun( /* optional arguments */ )