# Recurring Runs

The Recurring Runs menu is used to run periodically based on a predetermined schedule. Useful for tasks that require repeated updates or execution, such as periodically retraining a model with new data, evaluating a running model, or monitoring model performance. On the Service Portal Deka MLOps menu page, select the Recurring Runs menu.

<figure><img src="/files/evOA0Fkl1d5Hf0tE5lTk" alt=""><figcaption><p>Recurring Runs Menu</p></figcaption></figure>

In this section, there are two options available.

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

* &#x20;“+Create Recurring Run”

This option allows you to initiate the process of creating a new recurring run. By selecting this, you can set up a pipeline to run at specified intervals, which is useful for tasks that need to be executed regularly, such as data processing or model training. You will typically be prompted to provide details such as the pipeline to be used, the frequency of the runs, and any parameters necessary for execution.

* “Refresh”

This button is used to update the list of recurring runs displayed on the screen. By clicking “Refresh,” you can ensure that you are viewing the most current information regarding your recurring runs, including any new runs that may have been added or changes to existing ones. This is particularly important in dynamic environments where runs may be frequently created, modified, or completed.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.cloudeka.ai/guidance-for-individual/deka-gpu-mlops/recurring-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.
