Search + K

Command Palette

Search for a command to run...

Sign In

Delete a datafeed

DELETE /_ml/datafeeds/{datafeed_id}
Copy endpoint

Required authorization

  • Cluster privileges: manage_ml

Parameters

path Path Parameters

Name Type
datafeed_id required

A numerical character string that uniquely identifies the datafeed. This identifier can contain lowercase alphanumeric characters (a-z and 0-9), hyphens, and underscores. It must start and end with alphanumeric characters.

type TypesId = string

query Query Parameters

Name Type
force

Use to forcefully delete a started datafeed; this method is quicker than stopping and deleting the datafeed.

boolean

Responses

200 application/json
interface TypesAcknowledgedResponseBase {
acknowledged: boolean;
}