Stop an Entity Engine

POST /api/entity_store/engines/{entityType}/stop

Spaces method and path for this operation:

post /s/{space_id}/api/entity_store/engines/{entityType}/stop

Refer to Spaces for more information.

Path parameters

  • entityType string Required

    The entity type of the engine (either 'user' or 'host').

    Values are user, host, service, or generic.

Responses

  • 200 application/json

    Successful response

    Hide response attribute Show response attribute object
    • stopped boolean
POST /api/entity_store/engines/{entityType}/stop
curl \
 --request POST 'https://localhost:5601/api/entity_store/engines/{entityType}/stop' \
 --header "Authorization: $API_KEY"