Delete Pipeline
datapipeline_delete_pipeline | R Documentation |
Deletes a pipeline, its pipeline definition, and its run history¶
Description¶
Deletes a pipeline, its pipeline definition, and its run history. AWS Data Pipeline attempts to cancel instances associated with the pipeline that are currently being processed by task runners.
Deleting a pipeline cannot be undone. You cannot query or restore a
deleted pipeline. To temporarily pause a pipeline instead of deleting
it, call set_status
with the status set to PAUSE
on individual
components. Components that are paused by set_status
can be resumed.
Usage¶
Arguments¶
pipelineId
[required] The ID of the pipeline.
Value¶
An empty list.