We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6956bb commit f74b713Copy full SHA for f74b713
specification/ml/stop_datafeed/MlStopDatafeedRequest.ts
@@ -71,6 +71,10 @@ export interface Request extends RequestBase {
71
* Specifies the amount of time to wait until a datafeed stops.
72
* @server_default 20s */
73
timeout?: Duration
74
+ /**
75
+ * If `true` the job associated with the datafeed is closed.
76
+ * @server_default false */
77
+ close_job?: boolean
78
}
79
body?: {
80
/**
@@ -85,5 +89,9 @@ export interface Request extends RequestBase {
85
89
* Refer to the description for the `timeout` query parameter.
86
90
87
91
92
93
+ * Refer to the description for the `close_job` query parameter.
94
95
88
96
97
0 commit comments