Disable streams Technical Preview

POST /api/streams/_disable

Spaces method and path for this operation:

post /s/{space_id}/api/streams/_disable

Refer to Spaces for more information.

Disables wired streams and deletes all existing stream definitions. The data of wired streams is deleted, but the data of classic streams is preserved.

[Required authorization] Route required privileges: manage_stream.

Headers

  • kbn-xsrf string Required

    A required header to protect against CSRF attacks

application/json

Body

object object

Additional properties are NOT allowed.

POST /api/streams/_disable
curl \
 --request POST 'http://localhost:5601/api/streams/_disable' \
 --header "Authorization: $API_KEY" \
 --header "Content-Type: application/json" \
 --header "kbn-xsrf: true"