mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-11-09 10:59:44 +00:00
Document force options in supervisor endpoints (#2260)
This commit is contained in:
@@ -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 |
|
||||
|
||||
</ApiEndpoint>
|
||||
|
||||
@@ -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 |
|
||||
|
||||
</ApiEndpoint>
|
||||
|
||||
@@ -1269,6 +1271,13 @@ Returns a [Stats model](api/supervisor/models.md#stats) for the Home Assistant c
|
||||
|
||||
<ApiEndpoint path="/core/stop" method="post">
|
||||
Stop the Home Assistant core container
|
||||
|
||||
**Payload:**
|
||||
|
||||
| key | type | optional | description |
|
||||
| --------- | ---------- | -------- | -------------------------------- |
|
||||
| force | boolean | True | Force stop during a Home Assistant offline db migration |
|
||||
|
||||
</ApiEndpoint>
|
||||
|
||||
<ApiEndpoint path="/core/update" method="post">
|
||||
@@ -1807,6 +1816,14 @@ Set host options
|
||||
|
||||
<ApiEndpoint path="/host/reboot" method="post">
|
||||
Reboot the host
|
||||
|
||||
**Payload:**
|
||||
|
||||
| key | type | optional | description |
|
||||
| --------- | ---------- | -------- | --------------------------------------------------------- |
|
||||
| force | boolean | True | Force reboot during a Home Assistant offline db migration |
|
||||
|
||||
|
||||
</ApiEndpoint>
|
||||
|
||||
<ApiEndpoint path="/host/reload" method="post">
|
||||
@@ -1852,6 +1869,13 @@ Get information about host services.
|
||||
|
||||
<ApiEndpoint path="/host/shutdown" method="post">
|
||||
Shutdown the host
|
||||
|
||||
**Payload:**
|
||||
|
||||
| key | type | optional | description |
|
||||
| --------- | ---------- | -------- | ----------------------------------------------------------- |
|
||||
| force | boolean | True | Force shutdown during a Home Assistant offline db migration |
|
||||
|
||||
</ApiEndpoint>
|
||||
|
||||
### Ingress
|
||||
|
||||
Reference in New Issue
Block a user