Cancel an agent action
Spaces method and path for this operation:
post /s/{space_id}/api/fleet/agents/actions/{actionId}/cancel
Refer to Spaces for more information.
[Required authorization] Route required privileges: fleet-agents-all.
POST
/api/fleet/agents/actions/{actionId}/cancel
curl \
--request POST 'https://localhost:5601/api/fleet/agents/actions/{actionId}/cancel' \
--header "Authorization: $API_KEY" \
--header "kbn-xsrf: true"