Disable streams
Technical Preview
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.
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"