# Disconnect from Ignite

Disconnect from Ignite Services at the end of the connection lifecycle or when exiting the Host App.

To disconnect from Ignite Services, call the `disconnect()` method:

{% code title="Kotlin" %}

```kotlin
// ...

IgniteServiceSdk.instance().disconnect(this)

// ...
```

{% endcode %}
