Stops the following task associated with a follower index and removes index metadata and settings associated with cross-cluster replication Added in 6.5.0
Path parameters
-
The name of the follower index that should be turned into a regular index.
POST /{index}/_ccr/unfollow
curl \
-X POST http://api.example.com/{index}/_ccr/unfollow
Response examples (200)
{
"acknowledged": true
}