disconnect
Terminate a MongoDB connection and invalidate its connectionId. If the connection is preconfigured, it will auto-reconnect on next use.
Instructions
Close a MongoDB connection and revoke its connectionId. Disconnecting the "preconfigured" connection only closes it — it reconnects automatically on next use because the server configuration still declares it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionId | Yes | The connectionId to disconnect. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outcome | Yes |