From 705d66ea980a3822eb8c5bd9d52dda695e4187e3 Mon Sep 17 00:00:00 2001 From: Mike Degatano Date: Sat, 8 Jun 2024 03:17:43 -0400 Subject: [PATCH] Document safe mode option for /core/rebuild (#2204) --- docs/api/supervisor/endpoints.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/api/supervisor/endpoints.md b/docs/api/supervisor/endpoints.md index d168a4a7ac7..6d79db52865 100644 --- a/docs/api/supervisor/endpoints.md +++ b/docs/api/supervisor/endpoints.md @@ -1208,6 +1208,13 @@ Passing `image`, `refresh_token`, `audio_input` or `audio_output` with `null` re Rebuild the Home Assistant core container + +**Payload:** + +| key | type | optional | description | +| --------- | ---------- | -------- | -------------------------------- | +| safe_mode | boolean | True | Rebuild Core into safe mode | +