$name | String Name of the saved pipeline. Because multiple pipelines can be saved, this parameter is necessary to identify the pipeline in memory. If this value is left null or the name is unknown, an exception will be thrown. |
$merge | String. Optional. Flag that indicates whether or not to merge the values in the existing pipeline with the values in the saved pipeline. Set to: false to clear the existing pipeline before restoring the saved pipeline. This is the default. true to merge the existing pipeline with the saved pipeline. If a field exists in the saved pipeline and the existing pipeline, the saved field takes precedence. |
$remove | String. Optional. Flag that indicates whether or not the saved pipeline will remain in memory after this service is executed. Set to: false to retain the saved pipeline in memory so that future calls to restorePipeline with the same $name will still return the saved pipeline. This is the default. true to remove the saved pipeline from memory after the service executes. |