mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
[Transform] Add delete_dest_index
parameter to the Delete Transform API
(#94162)
This commit is contained in:
parent
ffc87137cf
commit
a3f34a39c8
14 changed files with 587 additions and 93 deletions
|
@ -36,6 +36,11 @@ include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=transform-id]
|
|||
current state. The default value is `false`, meaning that the {transform} must be
|
||||
`stopped` before it can be deleted.
|
||||
|
||||
`delete_dest_index`::
|
||||
(Optional, Boolean) When `true`, the destination index is deleted together with
|
||||
the {transform}. The default value is `false`, meaning that the destination
|
||||
index will not be deleted.
|
||||
|
||||
`timeout`::
|
||||
(Optional, time)
|
||||
Period to wait for a response. If no response is received before the timeout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue