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
-
Sign in to the Amazon OpenSearch Service console at https://console.aws.amazon.com/aos/home
. -
Choose Pipelines in the left navigation pane.
-
Select the pipeline that you want to delete and choose Delete.
-
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.