chat_delete_session
Remove a conversation session to clean up completed designs or abandon dead-end conversations. This action permanently deletes session history and uncommitted specifications without affecting deployed infrastructure.
Instructions
Delete a conversation session.
Returns {'deleted': True} on success or {'error': ...} if the session
did not exist. Destructive: the session's conversation history and any
uncommitted spec are lost. There is no undo.
When to use: Clean-up after a completed design, or abandoning a dead-end conversation. Does not affect any deployed infrastructure — cloudwright never deploys anything.
Behavior: Removes the session file from the session store. No LLM, no network.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Session handle to delete. If the session doesn't exist, the tool returns `{'error': ...}` and does nothing. |