Deleting Amazon OpenSearch Ingestion pipelines - Amazon OpenSearch Service
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Deleting Amazon OpenSearch Ingestion pipelines

You can delete an Amazon OpenSearch Ingestion pipeline using the Amazon Web Services Management Console, the Amazon CLI, or the OpenSearch Ingestion API. You can't delete a pipeline when has a status of Creating or Updating.

To delete a pipeline
  1. Sign in to the Amazon OpenSearch Service console at https://console.aws.amazon.com/aos/home.

  2. Choose Pipelines in the left navigation pane.

  3. Select the pipeline that you want to delete and choose Delete.

  4. Confirm deletion and choose Delete.

To delete a pipeline using the Amazon CLI, send a delete-pipeline request:

aws osis delete-pipeline --pipeline-name "my-pipeline"

To delete an OpenSearch Ingestion pipeline using the OpenSearch Ingestion API, call the DeletePipeline operation with the following parameter:

  • PipelineName – the name of the pipeline.