DELETE /sessions/{id} described in the Sessions API reference.
Usage
It is safe to delete a session while a turn is running. The running task is cancelled and the worker process is killed immediately.
Delete a session on a running Motus agent server.
DELETE /sessions/{id} described in the Sessions API reference.
motus serve delete <url> <id>
motus serve delete http://localhost:8000 550e8400-e29b-41d4-a716-446655440000
Deleted session 550e8400-e29b-41d4-a716-446655440000
Was this page helpful?