Skip to content

Commit 5ff9d97

Browse files
authored
Document rebuilding addons with force (#2718)
1 parent 562bbad commit 5ff9d97

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/api/supervisor/endpoints.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,13 @@ The Data endpoint to get his own rendered configuration.
367367

368368
<ApiEndpoint path="/addons/<addon>/rebuild" method="post">
369369
Rebuild the add-on, only supported for local build add-ons.
370+
371+
**Payload:**
372+
373+
| key | type | optional | description |
374+
| ----- | ------- | -------- | ----------------------------------------------------------------- |
375+
| force | boolean | True | Force rebuild of the add-on even if pre-built images are provided |
376+
370377
</ApiEndpoint>
371378

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

0 commit comments

Comments
 (0)