Resynchronize Deployment
Immediately resynchronizes the search index for the selected deployment.
Path parameters
-
deployment_id
string Required Identifier for the Deployment
POST
/deployments/{deployment_id}/_resync
curl \
--request POST 'https://{{hostname}}/api/v1/deployments/{deployment_id}/_resync' \
--user "username:password"