> For the complete documentation index, see [llms.txt](https://docs.cybus.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cybus.io/1-10-0/documentation/services/setting-up-and-configuring-services/updating-services.md).

# Updating Services

You can modify a service by either uploading an updated commissioning file or reconfiguring its parameters in the Admin UI.

1. In the **Service Details** view of the service that you want to update, click **Update**.

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

2. In the **Update or Reconfigure Service** dialog, do one of the following:

* To install an updated service commissioning file, click **Choose File**. In the file browser, select the updated service commissioning file and click **Open**.
* To update the service configuration in the Admin UI, you can edit the parameters in the **Reconfigure service** section. Depending on the service, default values might be provided for some parameters.

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

* For updating a service that you have originally installed from the Services Catalog, the Update or Reconfigure Service window will display information about available versions. If a newer version exists and you want to upgrade, select the **Use version X.Y.Z** option, where **X.Y.Z** represents the latest version number.

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

3. If the service contains configurable parameters, customized values for the parameters can be entered in the right part of the window.

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

4. Click **Update** to apply the changes.

Result: The service status will temporarily change to **Updating**, then revert to its original state (**Enabled** or **Disabled**).


---

# 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.cybus.io/1-10-0/documentation/services/setting-up-and-configuring-services/updating-services.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.
