Document safe mode option for /core/rebuild (#2204)

This commit is contained in:
Mike Degatano 2024-06-08 03:17:43 -04:00 committed by GitHub
parent 199a48d5f6
commit 705d66ea98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1208,6 +1208,13 @@ Passing `image`, `refresh_token`, `audio_input` or `audio_output` with `null` re
<ApiEndpoint path="/core/rebuild" method="post">
Rebuild the Home Assistant core container
**Payload:**
| key | type | optional | description |
| --------- | ---------- | -------- | -------------------------------- |
| safe_mode | boolean | True | Rebuild Core into safe mode |
</ApiEndpoint>
<ApiEndpoint path="/core/restart" method="post">