Spaces method and path for this operation:
post /s/{space_id}/api/entity_store/engines/{entityType}/stop
Refer to Spaces for more information.
Stop a running entity engine, pausing transform processing for the given entity type.
POST
/api/entity_store/engines/{entityType}/stop
curl \
--request POST 'https://<KIBANA_URL>/api/entity_store/engines/host/stop' \
--header "Authorization: $API_KEY"
Response examples (200)
The engine was successfully stopped and is no longer processing data.
{
"stopped": true
}