WARNING: Version 6.2 of Elasticsearch has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
This API enables you to stop one or more datafeeds.
A datafeed that is stopped ceases to retrieve data from Elasticsearch. A datafeed can be started and stopped multiple times throughout its lifecycle.
POST _xpack/ml/datafeeds/<feed_id>/_stop
POST _xpack/ml/datafeeds/<feed_id>,<feed_id>/_stop
POST _xpack/ml/datafeeds/_all/_stop
-
feed_id
- (string) Identifier for the datafeed. It can be a datafeed identifier or a wildcard expression.
-
force
- (boolean) If true, the datafeed is stopped forcefully.
-
timeout
- (time) Controls the amount of time to wait until a datafeed stops. The default value is 20 seconds.
You must have manage_ml
, or manage
cluster privileges to use this API.
For more information, see
Security Privileges.