# Deleting Services

{% hint style="warning" %}
When a service is disabled, all running containers, active connections, endpoints, and mappings are stopped. Volumes are not affected and will automatically reattach when the service is re-enabled.
{% endhint %}

1. Before deleting a running service, you must disable it first. For details, see [Disabling Services](https://docs.cybus.io/2-0-6/documentation/services/setting-up-and-configuring-services/disabling-services).
2. On the navigation panel, click **Services**.
3. In the **Services** view, activate the checkboxes of the services that you want to delete.
4. Click **Delete**.

<figure><img src="https://639096190-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfDpOJO2upcq5EpoSahvK%2Fuploads%2Fgit-blob-f2bd98457312fe279f4e2e15b74ef9cd2e21423d%2F1_delete_service_toolbar.png?alt=media" alt=""><figcaption></figcaption></figure>

5. In the **Delete Service** dialog, click **Delete** to delete the service.

<figure><img src="https://639096190-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FfDpOJO2upcq5EpoSahvK%2Fuploads%2Fgit-blob-1248d2b506b3815f3845e2efbf0f1a437da311c4%2F2_delete_service_dialog.png?alt=media" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
After deleting a service, there is a waiting period required before you can install another service with the same service ID. You can customize the waiting period via the `CYBUS_SERVICE_REINSTALL_DELAY_SECONDS` [environment variable](https://docs.cybus.io/2-0-6/documentation/environment-variables).
{% endhint %}
