Start the feature migration
Added in 7.16.0
Version upgrades sometimes require changes to how features store configuration information and data in system indices. This API starts the automatic migration process.
Some functionality might be temporarily unavailable during the migration process.
TIP: The API is designed for indirect use by the Upgrade Assistant. We strongly recommend you use the Upgrade Assistant.
POST
/_migration/system_features
curl \
--request POST http://api.example.com/_migration/system_features \
--header "Authorization: $API_KEY"
Response examples (200)
{
"accepted": true,
"features": [
{
"feature_name": "string"
}
]
}