# Manage connectors

After creating a connector in your [AWS](/docs/aws-environment/apono-connector-for-aws.md), [Azure](/docs/azure-environment/apono-connector-for-azure.md), [GCP](/docs/gcp-environment/apono-connector-for-gcp.md), or [Kubernetes](/docs/kubernetes-environment/apono-connector-for-kubernetes.md) environment, you can use the Apono UI to find, rename, and delete that connector.

***

### Find a connector

You can search for a connector to view its related information.

<figure><img src="/files/SsfQqgZa2l3czGZVzUVd" alt="" width="563"><figcaption><p>Connectors page</p></figcaption></figure>

Follow this step to locate a connector in the Apono UI:

1. On the [**Connectors**](https://app.apono.io/connectors) page, in the search bar, enter the name of the connector. All matching connectors appear.

{% hint style="info" %}
The **Connectors** tab displays context information related to each connector:

* Name
* Location
* Version
* Status

This information is intended to help you quickly identify specific connectors.
{% endhint %}

***

### Rename a connector

{% hint style="danger" %}
If you change the name of a connector in the Apono UI, you must also change the `connector_id` param in the installed connector.

**Failure to update the `connector_id` will cause the integration to stop working.**
{% endhint %}

<figure><img src="/files/q4J9zXza8MbmjgI2979b" alt="" width="563"><figcaption><p>Edit the Connector page</p></figcaption></figure>

Follow these steps to rename a connector:

1. On the [**Connectors**](https://app.apono.io/connectors) page, in the search bar, enter the name of the connector. All matching connectors appear.
2. In the row of the connector, click ⠇**> Edit**. The **Edit the Connector** page for the connector appears.
3. Update the **Connector Name**.
4. Click **Update Connector**.

***

### Delete a connector

<figure><img src="/files/aZxWRIQCZxPymJgLXv0Y" alt="" width="563"><figcaption><p>Deleting a connector</p></figcaption></figure>

Follow these steps to delete a connector:

1. Delete the connector within your cloud environment.
2. On the [**Connectors**](https://app.apono.io/connectors) page, in the search bar, enter the name of the connector. All matching connectors appear.
3. In the row of the connector, click ⠇**> Delete**. A confirmation popup window appears.

{% hint style="info" %}
If the connector is associated with one or more integrations, a popup window will appear with a link to show the integrations:

1. Click **Show Integrations** to see the list of associated integrations.

2. For each integration, [delete the integration](/docs/connectors-and-secrets/manage-integrations.md#delete-an-integration).
   {% endhint %}

3. Click **Yes**.

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.apono.io/docs/connectors-and-secrets/manage-connectors.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
