Reconnect Connection
Overview
reconnect_connection reconnects an existing, previously disconnected direct connection, moving it back to CONNECTED status. This does not create a new connection — use create_connection for that. Returns an error if the connection is in DELETED or REVOKED status (use create_connection to establish a fresh connection instead).
Required Parameters
connection_id (string)
- The connection identifier to reconnect, matching the
idvalue fromlist_connectionsresults.
Returns
status— the connection's status following reconnection (typicallyCONNECTED)status_updated— the datetime when the status changed
Updated 14 days ago
Did this page help you?
