# Disabling Services

You can disable services in their corresponding **Service Details** view or disable multiple services at once in the **Services** view.

{% hint style="warning" %}
Disabling a service will terminate all running containers, active connections, endpoints, and mappings associated with it. However, volumes will remain unchanged and will automatically reattach to the service when it is re-enabled.
{% endhint %}

## Disabling Multiple Services

1. On the navigation panel, click **Services**.
2. In the **Services** view, activate the checkboxes of the services that you want to disable.
3. Click **Disable**.
4. In the **Disable Services** dialog, click **Disable**.

<figure><img src="/files/If6PlJXByXgIMnrdhrN5" alt=""><figcaption></figcaption></figure>

## Disabling a Service from its Service Details View

1. In the **Service Details** view of a service, click **Disable**.
2. In the **Disable Service** dialog, click **Disable**.
3. In the **Disable Services** dialog, click **Disable**.


---

# 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.cybus.io/2-1-2/documentation/services/setting-up-and-configuring-services/disabling-services.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.
