cURL
curl --request POST \ --url https://api.logfleet.io/api/v1/stream/sessions/{sessionId}/stop \ --header 'Authorization: Bearer <token>'
{ "status": "stopped" }
End an active streaming session
Documentation IndexFetch the complete documentation index at: https://docs.logfleet.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.logfleet.io/llms.txt
Use this file to discover all available pages before exploring further.
JWT token obtained from /auth/login
Streaming session ID
Session stopped
"stopped"