Files
nocodb/packages/noco-docs/docs/095.integrations/030.actions-on-connection.md
Raju Udava 4bb8911171 docs: integrations (#9171)
* docs: integrations framework

* docs: integrations (wip)

* docs: wip

* docs: integrations & connections

* docs: remove database folder

* docs: warning about access permissions

* docs: add new data source

* docs: meta sync

* docs: actions on data soruce

* docs: update links

* misc: data => Data

* docs: fix review comments
2024-08-07 19:37:15 +03:00

61 lines
2.9 KiB
Markdown

---
title: 'Actions on connection'
description: 'Learn how to perform actions (edit, duplicate, delete) on a connection in NocoDB.'
tags: ['Integrations', 'Actions', 'Connection', 'Edit', 'Duplicate', 'Delete']
keywords: ['NocoDB connection', 'edit connection', 'duplicate connection', 'delete connection']
---
## List
To list all the connections in NocoDB, follow the steps below:
1. Select the **Integrations** menu in the left sidebar.
2. Click on the **Connections** tab
![Connections List](/img/v2/integrations/connections-list.png)
Connections list provides a consolidated view of all the connections in this workspace. The details include
- Connection name, as specified during creation
- Connection type, i.e., the integration type [Example: PG, MySQL]
- Date added, specifies the date when this connection was created
- Added by, specifies the user who created this connection
- Usage, depends on the type of the integration
- for database type integrations, this would specify the number of data sources using this connection
:::info
Note that, there is no ownership concept for connections in NocoDB. All the connections created in a workspace are accessible to all eligible users in that workspace.
- Users with Workspace Creator+ permissions can create, edit, duplicate, and delete connections
- Users with Base Creator+ permissions can create data sources using these connections
:::
## Edit
To edit a connection in NocoDB, Open the [Connections list](#list) and follow the steps below:
- Click on the Connection you want to edit
- Modify the required details in the subsequent modal
- **Test connection** if applicable
- Applicable if you have updated the connection details for a database integration
- Click on the **Update connection** button to save the changes
## Duplicate
To duplicate a connection in NocoDB, Open the [Connections list](#list) and follow the steps below:
1. Click on the Action menu (three dots) against the Connection you want to duplicate
2. Select the **Duplicate** option from the dropdown
Duplicated base will be created with the same connection details as the original connection - with connection name for the duplicated entry suffixed with **_copy**.
![Duplicate Connection](/img/v2/integrations/connection-list-actions.png)
## Delete
To delete a connection in NocoDB, Open the [Connections list](#list) and follow the steps below:
1. Click on the Action menu (three dots) against the Connection you want to delete
2. Select the **Delete** option from the dropdown
3. Click on the **Delete** button in the subsequent modal to confirm deletion
![Delete Connection](/img/v2/integrations/connection-list-actions.png)
![Delete Connection](/img/v2/integrations/connections-delete-confirmation.png)
:::warning
Note that, deleting a database connection **will remove all the associated data sources using this connection** from all the bases in this workspace.
:::