Cancel agent action

POST /api/fleet/agents/actions/{actionId}/cancel

Headers

  • kbn-xsrf string Required

    Kibana's anti Cross-Site Request Forgery token. Can be any string value.

Responses

POST /api/fleet/agents/actions/{actionId}/cancel
curl \
 -X POST http://KIBANA_HOST:5601/api/fleet/agents/actions/{actionId}/cancel \
 -H "kbn-xsrf: string"
Response examples (200)
{
  "item": {
    "ack_data": "string",
    "data": "string",
    "type": "UNENROLL"
  }
}
Response examples (400)
{
  "error": "string",
  "message": "string",
  "statusCode": 42.0
}