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 id value from list_connections results.

Returns

  • status — the connection's status following reconnection (typically CONNECTED)
  • status_updated — the datetime when the status changed

Did this page help you?