Reassign an agent Beta
POST
/api/fleet/agents/{agentId}/reassign
curl \
-X POST https://<KIBANA_URL>/api/fleet/agents/{agentId}/reassign \
-H "Content-Type: application/json; Elastic-Api-Version=2023-10-31" \
-H "kbn-xsrf: true"
Request examples
# Headers
kbn-xsrf: true
# Payload
{
"policy_id": "string"
}
Response examples (200)
{}
Response examples (400)
{
"error": "string",
"message": "string",
"statusCode": 42.0
}