> For the complete documentation index, see [llms.txt](https://boost.filecoin.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://boost.filecoin.io/tutorials/start-and-stop-boost-processes.md).

# Start and stop Boost processes

## Start

1. Start YugabyteDB and wait for services to come online.
2. Start `boostd-data` process.
3. Start `boostd` process.
4. Start `booster-http` and `booster-bitswap` processes.

## Stop

1. Stop `booster-http` and `booster-bitswap` processes.
2. Stop `boostd` process.
3. Stop `boostd-data` process.
4. Finally, you can stop YugabyteDB services.

{% hint style="info" %}
YugabyteDB services are not required to be stopped if your maintenance work does not directly make changes to the DB itself. The DB can simply be disconnected from boost process by shutting down the `boostd-data` process.
{% endhint %}


---

# 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:

```
GET https://boost.filecoin.io/tutorials/start-and-stop-boost-processes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
