Resynchronize Deployment
Immediately resynchronizes the search index for the selected deployment.
Path parameters
-
Identifier for the Deployment
POST /deployments/{deployment_id}/_resync
curl \
-X POST https://{{hostname}}/api/v1/deployments/{deployment_id}/_resync
Response examples (200)
{
"created": [
"string"
],
"updated": [
"string"
],
"deleted": [
"string"
],
"errors": [
"string"
]
}
Response examples (500)
# Headers
x-cloud-error-codes: deployments.resync_failed
# Payload
{
"errors": [
{
"code": "string",
"message": "string",
"fields": [
"string"
]
}
]
}