diff --git a/docs/api/supervisor/endpoints.md b/docs/api/supervisor/endpoints.md index be93e443..dbbe88a9 100644 --- a/docs/api/supervisor/endpoints.md +++ b/docs/api/supervisor/endpoints.md @@ -1228,6 +1228,7 @@ Rebuild the Home Assistant core container | key | type | optional | description | | --------- | ---------- | -------- | -------------------------------- | | safe_mode | boolean | True | Rebuild Core into safe mode | +| force | boolean | True | Force rebuild during a Home Assistant offline db migration | @@ -1239,6 +1240,7 @@ Restart the Home Assistant core container | key | type | optional | description | | --------- | ---------- | -------- | -------------------------------- | | safe_mode | boolean | True | Restart Core into safe mode | +| force | boolean | True | Force restart during a Home Assistant offline db migration | @@ -1269,6 +1271,13 @@ Returns a [Stats model](api/supervisor/models.md#stats) for the Home Assistant c Stop the Home Assistant core container + +**Payload:** + +| key | type | optional | description | +| --------- | ---------- | -------- | -------------------------------- | +| force | boolean | True | Force stop during a Home Assistant offline db migration | + @@ -1807,6 +1816,14 @@ Set host options Reboot the host + +**Payload:** + +| key | type | optional | description | +| --------- | ---------- | -------- | --------------------------------------------------------- | +| force | boolean | True | Force reboot during a Home Assistant offline db migration | + + @@ -1852,6 +1869,13 @@ Get information about host services. Shutdown the host + +**Payload:** + +| key | type | optional | description | +| --------- | ---------- | -------- | ----------------------------------------------------------- | +| force | boolean | True | Force shutdown during a Home Assistant offline db migration | + ### Ingress