# Managing integrations

You can rename, re-describe, or remove an integration at any time.

## Editing name & description

1. Open the integration.
2. Click **Edit**.
3. Update the **name** and/or **description**.
4. Save.

Editing the name or description **does not** change the endpoint URL, token, code, or history — it only updates how the integration is labeled.

## Deleting an integration

1. On the dashboard, choose **Delete** on the integration's card.
2. Confirm in the dialog.

{% hint style="danger" %}
Deleting an integration is permanent. Its **endpoint URL stops working immediately**, and its code revisions and request history are removed. Any external service still calling the old URL will no longer reach Studio.
{% endhint %}

## What's *not* editable

* The **endpoint URL** and **token** are fixed for the life of the integration. To rotate them, create a new integration and update your external service to point at the new URL.

> **Tip:** Before deleting, check the integration's **Last invoked** time on the dashboard. If it was invoked recently, something is still calling it.


---

# 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.justpush.io/introduction/justpush-studio/integrations/managing-integrations.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.
