mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-08 09:56:30 +00:00
Document safe mode option for /core/rebuild (#2204)
This commit is contained in:
parent
199a48d5f6
commit
705d66ea98
@ -1208,6 +1208,13 @@ Passing `image`, `refresh_token`, `audio_input` or `audio_output` with `null` re
|
|||||||
|
|
||||||
<ApiEndpoint path="/core/rebuild" method="post">
|
<ApiEndpoint path="/core/rebuild" method="post">
|
||||||
Rebuild the Home Assistant core container
|
Rebuild the Home Assistant core container
|
||||||
|
|
||||||
|
**Payload:**
|
||||||
|
|
||||||
|
| key | type | optional | description |
|
||||||
|
| --------- | ---------- | -------- | -------------------------------- |
|
||||||
|
| safe_mode | boolean | True | Rebuild Core into safe mode |
|
||||||
|
|
||||||
</ApiEndpoint>
|
</ApiEndpoint>
|
||||||
|
|
||||||
<ApiEndpoint path="/core/restart" method="post">
|
<ApiEndpoint path="/core/restart" method="post">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user