Upgrade an agent
Body
-
force boolean
-
skipRateLimitCheck boolean
-
source_uri string
POST
/api/fleet/agents/{agentId}/upgrade
curl \
-X POST https://localhost:5601/api/fleet/agents/{agentId}/upgrade \
-H "Content-Type: application/json; Elastic-Api-Version=2023-10-31" \
-H "kbn-xsrf: true"
Request examples
# Headers
kbn-xsrf: true
# Payload
{
"force": true,
"skipRateLimitCheck": true,
"source_uri": "string",
"version": "string"
}
Response examples (200)
{}
Response examples (400)
{
"error": "string",
"message": "string",
"statusCode": 42.0
}