mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
[ML][Data Frame] adding force delete (#44590)
* [ML][Data Frame] adding force delete * Update delete-transform.asciidoc
This commit is contained in:
parent
79740957a6
commit
40fccbaa50
13 changed files with 155 additions and 25 deletions
|
@ -16,6 +16,9 @@ A +{request}+ object requires a non-null `id`.
|
|||
include-tagged::{doc-tests-file}[{api}-request]
|
||||
---------------------------------------------------
|
||||
<1> Constructing a new request referencing an existing {dataframe-transform}
|
||||
<2> Sets the optional argument `force`. When `true`, the {dataframe-transform}
|
||||
is deleted regardless of its current state. The default value is `false`,
|
||||
meaning that only `stopped` {dataframe-transforms} can be deleted.
|
||||
|
||||
include::../execution.asciidoc[]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue