File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
elasticsearch-xpack/lib/elasticsearch/xpack/api/actions/machine_learning Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ module Actions
24
24
#
25
25
# @option arguments [String] :id The ID of the data frame analytics to delete
26
26
# @option arguments [Boolean] :force True if the job should be forcefully deleted
27
+ # @option arguments [Time] :timeout Controls the time to wait until a job is deleted. Defaults to 1 minute
27
28
# @option arguments [Hash] :headers Custom HTTP headers
28
29
#
29
30
# @see https://www.elastic.co/guide/en/elasticsearch/reference/7.8/delete-dfanalytics.html
@@ -49,7 +50,8 @@ def delete_data_frame_analytics(arguments = {})
49
50
#
50
51
# @since 6.2.0
51
52
ParamsRegistry . register ( :delete_data_frame_analytics , [
52
- :force
53
+ :force ,
54
+ :timeout
53
55
] . freeze )
54
56
end
55
57
end
You can’t perform that action at this time.
0 commit comments