Skip to content

Commit

Permalink
Document safe mode option for /core/rebuild (#2204)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdegat01 authored Jun 8, 2024
1 parent 199a48d commit 705d66e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/api/supervisor/endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 705d66e

Please sign in to comment.