mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-09 18:36:29 +00:00
Document remove config on uninstall option (#2086)
This commit is contained in:
parent
8e100fdb4c
commit
30e88c9d97
@ -365,6 +365,13 @@ Stop an add-on
|
||||
|
||||
<ApiEndpoint path="/addons/<addon>/uninstall" method="post">
|
||||
Uninstall an add-on
|
||||
|
||||
**Payload:**
|
||||
|
||||
| key | type | optional | description |
|
||||
| ------------- | ------- | -------- | -------------------------------------- |
|
||||
| remove_config | boolean | True | Delete addon's config folder (if used) |
|
||||
|
||||
</ApiEndpoint>
|
||||
|
||||
<ApiEndpoint path="/addons/<addon>/update" method="post">
|
||||
|
Loading…
x
Reference in New Issue
Block a user