# Monitoring your Cloud Runs

**Once you successfully launch your run on the cloud, you can monitor its proper execution with the run logs.**

{% hint style="info" %}
The logs for the execution of your code are only displayed on the 5 first dates of the test set, to avoid meta-labeling (a common cheat method in data-science tournaments)
{% endhint %}

<figure><img src="/files/WZAZP5fFnzyLNjVYVAYJ" alt=""><figcaption><p>Log of your cloud execution for debug</p></figcaption></figure>

## Stop a Run

If you see that your code is not executing properly, you can terminate the running instance by clicking on the **terminate** button.

## Your Run's statuses, durations, and mean scores

<figure><img src="/files/mqO5cKtpI3zLXtNTLma4" alt=""><figcaption><p>Statuses and errors in of your Runs</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.adialab.crunchdao.com/participate/monitoring-your-cloud-runs.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.
