Pauses an auto-follow pattern Added in 7.5.0
Path parameters
-
The name of the auto follow pattern that should pause discovering new indices to follow.
POST /_ccr/auto_follow/{name}/pause
curl \
-X POST http://api.example.com/_ccr/auto_follow/{name}/pause
Response examples (200)
{
"acknowledged": true
}