close_room
Mark a communication room as closed while preserving all messages and data. Optionally terminate associated agents.
Instructions
Close a communication room (soft delete - marks as closed but keeps data)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| roomName | Yes | Name of the communication room to close. This performs a soft close, marking the room as closed but preserving all messages and data. | |
| terminateAgents | No | Whether to terminate all agents associated with this room when closing it. Defaults to true. If false, agents will remain active but lose their room association. |