origin_bridge_shutdown
Shuts down the Origin bridge by releasing the automation connection, with an option to force-close Origin.
Instructions
Ask the Origin GUI bridge to stop serving requests.
By default this releases the Origin automation connection without closing
Origin itself. Set close_origin=True to force-close Origin as part of
shutdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Optional Origin bridge host override. Normally omit to use configured localhost. | |
| port | No | Optional Origin bridge TCP port override. Normally omit to use the handshake value. | |
| token | No | Optional bridge authentication token override. Normally omit to use the handshake. | |
| timeout | No | Bridge request timeout in seconds; null uses the configured default. | |
| close_origin | No | Whether bridge shutdown should also force-close the Origin application. | |
| release_origin | No | Whether bridge shutdown should release its Origin automation connection. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||