Created new documentation to close content gaps Signed-off-by: Melissa Vagi <vagimeli@amazon.com>
540 B
540 B
layout, title, parent, grand_parent, nav_order, redirect_from
layout | title | parent | grand_parent | nav_order | redirect_from | |
---|---|---|---|---|---|---|
default | Delete pipeline | Ingest pipelines | Ingest APIs | 13 |
|
Delete pipeline
Use the following request to delete a pipeline.
To delete a specific pipeline, pass the pipeline ID as a parameter:
DELETE /_ingest/pipeline/<pipeline-id>
{% include copy-curl.html %}
To delete all pipelines in a cluster, use the wildcard character (*
):
DELETE /_ingest/pipeline/*
{% include copy-curl.html %}