mirror of
https://github.com/iSharkFly-Docs/opensearch-docs-cn
synced 2025-03-09 14:38:01 +00:00
* Change navigation for better usability * Remove duplicate parent page and fix navigation for new pages Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> --------- Signed-off-by: Melissa Vagi <vagimeli@amazon.com> Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> Co-authored-by: Fanit Kolchina <kolchfa@amazon.com>
535 B
535 B
layout | title | nav_order | redirect_from | ||
---|---|---|---|---|---|
default | Delete pipeline | 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 %}