Skip to main content

Disconnect

Closes an existing connection to Google Vertex AI service.

Common Properties

  • Name - The custom name of the node.
  • Color - The custom color of the node.
  • Delay Before (sec) - Waits in seconds before executing the node.
  • Delay After (sec) - Waits in seconds after executing node.
  • Continue On Error - Automation will continue regardless of any error. The default value is false.
info

If the ContinueOnError property is true, no error is caught when the project is executed, even if a Catch node is used.

Inputs

  • Connection Id - The unique identifier of the connection to be closed, typically obtained from the Connect node.

Options

No additional options available for this node.

Output

No output from this node.

How It Works

The Disconnect node closes an existing connection to the Google Vertex AI service. When executed, the node:

  1. Retrieves the provided connection ID
  2. Validates that the connection ID is not empty
  3. Removes the stored client connection associated with the connection ID

Requirements

  • A valid connection ID from a previously established connection

Error Handling

The node will return specific errors in the following cases:

  • Empty Connection ID
  • Invalid Connection ID (if the connection was already closed or never existed)

Usage Notes

  • This node should be used to clean up connections when they are no longer needed
  • It's good practice to disconnect when finishing a workflow to free up resources
  • The connection ID must match a connection that was previously established with the Connect node
  • No further Vertex AI nodes can use the connection ID after it has been disconnected