> For the complete documentation index, see [llms.txt](https://docs.balena.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.balena.io/learn/manage/services.md).

# Services

A fleet's release provides a collection of services to run as containers on each device. The *App* section at the bottom of the Device Summary page allows you to view information and control operations for each of those service containers in the form of a table

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

Additionally, the Device Supervisor may also run containers.  These are included in a separate *Supervisor* section. As system level services, they do not provide control operations. This new section is only available for Supervisor v18.2.0 and above.&#x20;

<figure><img src="/files/76hDl8vZdAIfBwAg1lM0" alt=""><figcaption></figcaption></figure>

Both tables display the name, status, and active release of each service. The clickable icons on the right allow control over the service container. The logs button at the right end of each row allows to control the visibility of the service in the logs section.

## Service status

<table><thead><tr><th width="196">Status</th><th>Description</th></tr></thead><tbody><tr><td>Running</td><td>Container is running.</td></tr><tr><td>Downloading</td><td>Downloading a version of the service image.</td></tr><tr><td>Downloaded</td><td>Service image downloaded but not yet running.</td></tr><tr><td>Stopping</td><td>Stopping execution of the container, typically to replace it.</td></tr><tr><td>Deleting</td><td>Deleting an image from storage.</td></tr><tr><td>Exited</td><td>Container execution completed and no longer running.</td></tr><tr><td>Handing over</td><td>Waiting for new container to confirm <a href="https://docs.balena.io/learn/deploy/release-strategy/update-strategies#hand-over">hand-over</a>.</td></tr><tr><td>Awaiting handover</td><td>Container for new release has started and initiated hand-over.</td></tr></tbody></table>

## Control icons

<table><thead><tr><th width="197">Name</th><th>Description</th></tr></thead><tbody><tr><td>Start</td><td>Start a stopped container.</td></tr><tr><td>Stop</td><td>Stop a running container.</td></tr><tr><td>Restart</td><td>Stop the container, remove it and create a new one from the image, and then start it.</td></tr><tr><td>Show logs</td><td>Update the Logs panel to filter messages down to only those from this service container.</td></tr></tbody></table>


---

# 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.balena.io/learn/manage/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.
