Endpoints
Delete session
Stop and remove a persistent session container by ID.
DELETE
Deletes a persistent session and stops its container.Documentation Index
Fetch the complete documentation index at: https://isol8.notdhruv.com/llms.txt
Use this file to discover all available pages before exploring further.
Persistent session ID to destroy.
Always
true after delete handling.This endpoint is idempotent. It returns
{ "ok": true } even when the session does not exist.