Deleting Amazon OpenSearch Ingestion pipelines - Amazon OpenSearch Service

Deleting Amazon OpenSearch Ingestion pipelines

You can delete an Amazon OpenSearch Ingestion pipeline using the AWS Management Console, the AWS 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 AWS 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.