Skip to main content
POST
/
sessions
/
interrupt
Interrupt in-flight streams
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.

Body

application/json

Mesh POST /sessions/interrupt — SessionInterruptSchema (field name is ids).

ids
string[]
required

Session IDs whose in-flight streams should be interrupted.

Minimum array length: 1

Response

Interrupt processed; lists sessions that were active.

ok
boolean
required
requested
integer
required
interrupted
integer
required
session_ids
string[]
required