

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

# Amazon OpenSearch Ingestion パイプラインの停止
<a name="pipeline--stop"></a>

OpenSearch Ingestion パイプラインを使用したり、管理を実行したりするときは、必ずアクティブなパイプラインから開始します。次に、パイプラインを停止して、その後に、再びパイプラインを開始します。パイプラインが停止している間は、Ingestion OCU の時間に対して料金は請求されません。

## コンソール
<a name="stop-pipeline-console"></a>

**パイプラインを停止するには**

1. [https://console.aws.amazon.com/aos/osis/home](https://console.aws.amazon.com/aos/osis/home#osis/ingestion-pipelines) で Amazon OpenSearch Service コンソールにサインインします。Pipelines ページが表示されます。

1. パイプラインを選択します。このページで停止オペレーションを実行するか、停止させるパイプラインの詳細ページに移動します。

1. **[アクション]** で **[パイプラインを停止]** を選択します。

   パイプラインを停止および開始できない場合は、**パイプラインを停止**のアクションは使用できません。

## AWS CLI
<a name="stop-pipeline-cli"></a>

を使用してパイプラインを停止するには AWS CLI、以下のパラメータを指定して [stop-pipeline](https://docs.aws.amazon.com/cli/latest/reference/osis/stop-pipeline.html) コマンドを呼び出します。
+ `--pipeline-name` – パイプラインの名前。

**Example**  

```
aws osis stop-pipeline --pipeline-name {{my-pipeline}}
```

## OpenSearch Ingestion API
<a name="stop-pipeline-api"></a>

OpenSearch Ingestion API を使用してパイプラインを停止するには、次のパラメータで [StopPipeline](https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_osis_StopPipeline.html) オペレーションを呼び出します。
+ `PipelineName` – パイプラインの名前。