# Create Recurring Runs

The steps to create Recurring Runs are similar to those for [creating standard runs](https://docs.cloudeka.ai/deka-gpu-mlops/runs). Once you successfully create a recurring run, you can click on the name of the active recurring run, which will direct you to the details window for that specific recurring run.

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

In this details window, you will find five submenus, each serving a distinct function.

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

1. Clone Recurring Run

This option allows you to duplicate the existing recurring run. Cloning is useful when you want to create a similar run with the same configurations without having to set everything up from scratch. You can modify the cloned run's parameters or schedule as needed.

2. Refresh

By clicking this button, you can update the details displayed in the window. This ensures that you are viewing the most current information regarding the recurring run, including any changes that may have occurred since you last viewed it.

3. &#x20;Enable

This function allows you to activate a recurring run that may have been previously disabled. Enabling the run will resume its scheduled executions according to the defined frequency.

4. &#x20;Disable

If you need to temporarily stop a recurring run from executing, you can use this option. Disabling the run will prevent it from running at its scheduled times without deleting it, allowing you to reactivate it later if needed.

5. &#x20;Delete

This option allows you to permanently remove the recurring run from your list. Once deleted, the run will no longer appear in your active or archived runs, and you will need to create a new recurring run if you wish to execute it again in the future.


---

# 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/create-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.
