bridge_manage
Control bridge agent connections in FleetQ to monitor status, list endpoints, toggle connectivity, and terminate connections.
Instructions
Manage local bridge agent relay. Actions: status (connection status), endpoint_list (list discovered endpoints), endpoint_toggle (endpoint_id, enabled), disconnect (terminate bridge connection).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform: status, endpoint_list, endpoint_toggle, disconnect | |
| type | No | Filter by endpoint type. Defaults to all. | |
| endpoint_id | Yes | The ID of the endpoint to toggle (from bridge_endpoint_list). | |
| enabled | No | Whether to enable (true) or disable (false) the endpoint. | |
| connection_id | No | UUID of a specific bridge connection to disconnect. Omit to disconnect all. |