Cancels any in-flight streaming responses for the given sessions.
curl --request POST \
--url https://mesh.svantic.com/sessions/interrupt \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"string"
]
}
'{
"ok": true,
"requested": 0,
"interrupted": 0,
"session_ids": [
"string"
]
}Documentation Index
Fetch the complete documentation index at: https://docs.svantic.com/llms.txt
Use this file to discover all available pages before exploring further.
Mesh POST /sessions/interrupt — SessionInterruptSchema (field name is ids).
Session IDs whose in-flight streams should be interrupted.
1curl --request POST \
--url https://mesh.svantic.com/sessions/interrupt \
--header 'Content-Type: application/json' \
--data '
{
"ids": [
"string"
]
}
'{
"ok": true,
"requested": 0,
"interrupted": 0,
"session_ids": [
"string"
]
}