IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Delete data frame analytics jobs APIedit
Deletes an existing data frame analytics job.
This functionality is in technical preview and may be changed or removed in a future release. Elastic will apply best effort to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
Requestedit
DELETE _ml/data_frame/analytics/<data_frame_analytics_id>
Prerequisitesedit
-
You must have
machine_learning_admin
built-in role to use this API. For more information, see Security privileges and Built-in roles.
Path parametersedit
-
<data_frame_analytics_id>
- (Required, string) Identifier for the data frame analytics job you want to delete.
Examplesedit
The following example deletes the loganalytics
data frame analytics job:
DELETE _ml/data_frame/analytics/loganalytics
The API returns the following result:
{ "acknowledged" : true }