update_cloudflow_connection
Update an existing CloudFlow connection by modifying its name, description, enabled status, GCP/AWS configuration, or collaborators. Provide the connection ID and any fields to change.
Instructions
Use this when the user wants to update an existing CloudFlow cloud provider connection — rename it, change its description, enable/disable it, update its GCP/AWS configuration, or change collaborators. All fields except connectionId are optional; at most one of gcpConfig or awsConfig may be set per request. Ask the user to confirm the changes before executing. Do NOT use this to create a new connection (use create_cloudflow_connection) or to trigger a flow (use trigger_cloud_flow).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New connection name. | |
| enabled | No | Set to false to disable the connection, true to re-enable it. | |
| awsConfig | No | Updated AWS configuration. At most one of gcpConfig or awsConfig may be set per request. | |
| gcpConfig | No | Updated GCP configuration. At most one of gcpConfig or awsConfig may be set per request. | |
| description | No | New description for the connection. | |
| connectionId | Yes | The ID of the CloudFlow connection to update (required). | |
| collaborators | No | Updated list of collaborators and their roles on the connection. |