> For the complete documentation index, see [llms.txt](https://docs.itconductor.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.itconductor.com/user-guide/monitoring/general/maintenance-mode/manual.md).

# Manual Maintenance

### Set a Single System Into Maintenance Mode

1. Navigate to the IT-Conductor Service Grid, expand the container groups (i.e., SAP Systems), and find the system (i.e., specific SID) to update.
2. Click the context menu icon (i.e., SAP logo) for that system.
3. Click **Maintenance On**.

<figure><img src="/files/z9f9h4Rq2q5d8rAd9qFT" alt=""><figcaption><p>Figure 1: Maintenance On for a Single System</p></figcaption></figure>

### Set Multiple Systems Into Maintenance Mode

1. Navigate to the IT-Conductor Service Grid and find the container group (i.e. SAP Systems) to update.
2. Click the context menu icon (i.e., SAP logo) for that container group.
3. Click **Maintenance On**.

<figure><img src="/files/FVYUGcyBzHxa68nqFT0R" alt=""><figcaption><p>Figure 2: Maintenance On for Multiple Systems</p></figcaption></figure>

### Remove Maintenance Mode Setting

1. Navigate to the IT-Conductor Service Grid.
2. Click the **Show Services in Maintenance Mode** icon.

<figure><img src="/files/E98WgoOth4m8dzvP5Kjk" alt=""><figcaption><p>Figure 3: Show Services in Maintenance Mode Icon</p></figcaption></figure>

3\. Find the system or container group to update. Then click on the context menu (i.e., SAP logo) for that system or group of systems.

4\. Click **Maintenance Off**.

<figure><img src="/files/tK2kLAqw0xgE7vJh1WPn" alt=""><figcaption><p>Figure 4: Maintenance Off for a Single System</p></figcaption></figure>

<figure><img src="/files/VQPR8oFKPWzWPr25deFk" alt=""><figcaption><p>Figure 5: Maintenance Off for Multiple Systems</p></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.itconductor.com/user-guide/monitoring/general/maintenance-mode/manual.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
