diff --git a/docs/reference/transform/apis/reset-transform.asciidoc b/docs/reference/transform/apis/reset-transform.asciidoc index 556df6358801..badbc0f02231 100644 --- a/docs/reference/transform/apis/reset-transform.asciidoc +++ b/docs/reference/transform/apis/reset-transform.asciidoc @@ -27,7 +27,11 @@ in the `transform_admin` built-in role. Before you can reset the {transform}, you must stop it; alternatively, use the `force` query parameter. -If the destination index was created by the transform, it is deleted. +If you reset a {transform}, all checkpoints, states, and the destination index +(if it was created by the {transform}) are deleted. The {transform} is updated +to the latest format as if the <> API was used. The +{transform} is ready to start again as if it had just been created. + [[reset-transform-path-parms]] == {api-path-parms-title}