docs/platform/cloud/managing-airbyte-cloud/configuring-connections.md
After you set up a connection, you may need to monitor, update, or repair it. You can do this from any connections' page. Airbyte also takes you to this page after you finish configuring a connection.
The connections page has the following tabs.
After you set up a connection, you can modify it.
In the left navigation, click Connections.
Find and click the connection you want to modify.
Configure your connection.
If you no longer need a connection, you can delete it.
:::warning Deleting a connection is irreversible. Your source and destination connector remain, and the data remains in your destination. However, reestablishing this connection later requires a full re-sync. :::
In the left navigation, click Connections.
Find and click the connection you want to modify.
Click Settings.
Click Delete this connection.
Type delete into the text box.
Click Delete.
Airbyte has other options to manage connections, too.
You can configure the following settings:
| Connection Setting | Description |
|---|---|
| Connection Name | A custom name for your connection |
| Schedule Type | Configure how often data syncs (can be scheduled, cron, or manually triggered) |
| Destination Namespace | Determines where the replicated data is written to in the destination |
| Destination Stream Prefix | (Optional) Adds a prefix to each table name in the destination |
| Detect and propagate schema changes | Set how Airbyte handles schema changes in the source |
In addition to connection configuration settings, you apply the following specific settings per individual stream. This allows for greater flexibility in how your data syncs.
| Stream Setting | Description |
|---|---|
| Stream selection | Determine if the stream syncs to your destination |
| Sync mode | Configure how Airbyte reads data from the source and writes it |
| Cursor selection | Select what field the stream uses to incrementally read from the source |
| Primary key selection | Select what field the stream uses to determine uniqueness of a record |
| Field selection | (Optional) Disable a partial set of fields Airbyte should not sync to the destination |