# Rolling Restart for EKS manifest

A Rolling Restart is a stage with which you can delete the old set of data and add the new configured data and restart the chosen Kind (eg: Deployment) automatically when the pipeline is executed.&#x20;

To add a Rolling Restart stage:

1. Go to[ Application Dashboard](https://docs.opsmx.com/user-guide/dashboard/application-dashboard): When you log in to ISD the application dashboard is displayed with the list of applications. You can create a new application also as given in[ create a new application](https://docs.opsmx.com/release-history/previous-releases/isd-4.0/knowledge-base/manage-application/create-an-application).
2. Click on the application for which you want to build this pipeline.

<figure><img src="https://lh7-us.googleusercontent.com/M0iYyrP6g3OGba4qjcSxqkwTbFz7pK6Htz2LHuqriVUYgioYQUVMnCeJvO2DoYoaeepVwTExIQMmaOiQlBjAIsO2LYVwPJwJ0dEOppRI9NFN8rRJ1QopglXOksSml5tHmyen4SyyalSNeRoCN7QrS2Y" alt=""><figcaption></figcaption></figure>

3\. Pipelines: Once you click on an application, it will redirect you to the Pipelines page. Click +Create button to[ create a new pipeline](https://docs.opsmx.com/release-history/previous-releases/isd-4.0/knowledge-base/manage-pipelines/create-a-pipeline). Users can also view the existing pipelines displayed on the left.

4\. Click on[ Add stage](https://docs.opsmx.com/user-guide/manage-pipelines/add-stage): The add stage button is displayed below the diagrammatic representation of the created pipeline. When you click this button, you can select the different types of stages that ISD supports.

<figure><img src="https://lh7-us.googleusercontent.com/j5DDa4SX5DOafLFjuzyUjqiN19SffHqTkgLtfjq2NlA11OWyi6NQY-sfrwXWJAg4cYpEJVVqc_YhaPU6kAr1ZuugWgGLBgDPnfhnZBqyMfYCvuFcL0gpn1SRTaOwYYPiFD4mPecEUHYDg2L_FYE0IOY" alt=""><figcaption></figcaption></figure>

5\. Add rolling restart stage: Select Rolling Restart stage from the Type drop down. You should add each stage and configure them in a logical sequence as ISD does not permit downstream dependencies.

6\. Configure the rolling restart Stage: Configuring the stage allows you to define input options a user can give and how they might give them. Update the required details and click Save Changes.

7\. Run your pipeline: Once the pipeline is executed, the selected Kind is restarted with a new set of values.&#x20;

<br>
