---
title: "How to Restart the Decisions Application"
slug: "restart-decisions-application"
description: "This document shows how to restart the Service Host Manager (SHM). The Server Host Manager is a Windows Service that powers the Decisions environment. Doing this will restart an instance of Decisions. "
updated: 2024-07-11T19:28:50Z
published: 2024-07-11T19:28:50Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Restart the Decisions Application

## Overview

#### Decisions Hosted

Clients that have Decisions host for them cannot restart the application on their own. They must submit a ticket to support with a time frame for when the restart is needed.

#### IIS Hosted

If Decisions is hosted by IIS then restarting the application will be performed through the Microsoft IIS panel and restarting the DecisionsAppPool. Another way to restart IIS hosted Decisions is through the command prompt with administrative level privileges and running the iisreset command.

#### Self-Hosted

**Decisions Server** is a Windows Service that powers the Decisions environment, therefore the application will need to be reset through Windows Services as shown below.

---

## Self-Hosted Example

To restart manually, navigate to the Windows search box which is generally located on the Windows Task Bar. Type in 'Services' and click the Services Desktop App.

![2018-11-07_115815.png](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2018-11-07_115815.png)

By default, the list should appear with the services listed in alphabetical order, scroll down this list until **Decisions Server** appears. Once the service has been located, right-click the name and select the 'Restart' option from the menu.

WARNINGRestarting Decisions Server from this menu will restart the Decisions instance **IMMEDIATELY**. DO NOT proceed if there is unsaved work.

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1612978339356.png)

## IIS Hosted Example

Open the windows command prompt with admin level privileges.

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1612978762768.png)

Then type iisreset and press enter.

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1612978786440.png)
