Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Stopping an Amazon OpenSearch Ingestion pipeline

Focus mode
Stopping an Amazon OpenSearch Ingestion pipeline - Amazon OpenSearch Service

To use an OpenSearch Ingestion pipeline or perform administration, you always begin with an active pipeline, then stop the pipeline, and then start the pipeline again. While your pipeline is stopped, you're not charged for Ingestion OCU hours.

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

  2. In the navigation pane, choose Pipelines, and then choose a pipeline. You can perform the stop operation from this page, or navigate to the details page for the pipeline that you want to stop.

  3. For Actions, choose Stop pipeline.

    If a pipeline can't be stopped and started, the Stop pipeline action isn't available.

Console

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

  2. In the navigation pane, choose Pipelines, and then choose a pipeline. You can perform the stop operation from this page, or navigate to the details page for the pipeline that you want to stop.

  3. For Actions, choose Stop pipeline.

    If a pipeline can't be stopped and started, the Stop pipeline action isn't available.

To stop a pipeline using the AWS CLI, call the stop-pipeline command with the following parameters:

  • --pipeline-name – the name of the pipeline.

aws osis stop-pipeline --pipeline-name my-pipeline

To stop a pipeline using the AWS CLI, call the stop-pipeline command with the following parameters:

  • --pipeline-name – the name of the pipeline.

aws osis stop-pipeline --pipeline-name my-pipeline

To stop a pipeline using the OpenSearch Ingestion API, call the StopPipeline operation with the following parameter:

  • PipelineName – the name of the pipeline.

To stop a pipeline using the OpenSearch Ingestion API, call the StopPipeline operation with the following parameter:

  • PipelineName – the name of the pipeline.

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.