Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/api/supervisor/endpoints.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,13 @@ The Data endpoint to get his own rendered configuration.

<ApiEndpoint path="/addons/<addon>/rebuild" method="post">
Rebuild the add-on, only supported for local build add-ons.

**Payload:**

| key | type | optional | description |
| ----- | ------- | -------- | ----------------------------------------------------------------- |
| force | boolean | True | Force rebuild of the add-on even if pre-built images are provided |

</ApiEndpoint>

<ApiEndpoint path="/addons/<addon>/restart" method="post">
Expand Down