# Automatic pause or resume Activations

Objects used in DinMo can be modified or deleted (inside or outside DinMo), affecting activations.

This is the case, for example, when a table used in a DinMo model is deleted from the source data warehouse.

To prevent runs being launched automatically (involving calculations and therefore additional costs at the level of the source), DinMo automatically stops these syncs until the problem has been solved.

#### DinMo's system will automatically pause a activation and its related scheduled ones if:

* If DinMo cannot access the data source
* If a related entity is broken (source, model, calculated field, etc.)

#### On the contrary, DinMo's system will automatically resume a sync and its related scheduled ones if the system has automatically paused a activation (see above) and:

* The source validation is completed without errors
* DinMo no longer detect errors on related entities

{% hint style="info" %}
All verification operations are performed nightly (between 12am and 2am CET) or whenever a user launches a manual test.
{% endhint %}

#### How will the user know if the system has paused the activation?

* On the activation list stopped sync, there is an icon signaling that the activation has an issue.
* A tooltip indicates to the user that the system has automatically paused the activation and indicates what kind of entity is the culprit.

<figure><img src="/files/w76Qsoh4ekU6ZJct9QHk" alt=""><figcaption><p>Automatic pause because the model has been altered</p></figcaption></figure>


---

# 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.dinmo.io/activations/troubleshooting-syncs/automatic-pause-or-resume-activations.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.
