Skip to main content
Delete a session. This maps directly to DELETE /sessions/{id} described in the Sessions API reference.

Usage

motus serve delete <url> <id>
It is safe to delete a session while a turn is running. The running task is cancelled and the worker process is killed immediately.

Examples

Delete a session

motus serve delete http://localhost:8000 550e8400-e29b-41d4-a716-446655440000
Deleted session 550e8400-e29b-41d4-a716-446655440000