Link Search Menu Expand Document Documentation Menu

This version of the OpenSearch documentation is no longer maintained. For the latest version, see the current documentation. For information about OpenSearch version maintenance, see Release Schedule and Maintenance Policy.

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>

To delete all pipelines in a cluster, use the wildcard character (*):

DELETE /_ingest/pipeline/*

350 characters left

Have a question? .

Want to contribute? or .