We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de9ba5 commit e541c3cCopy full SHA for e541c3c
docs/api/supervisor/endpoints.md
@@ -367,6 +367,13 @@ The Data endpoint to get his own rendered configuration.
367
368
<ApiEndpoint path="/addons/<addon>/rebuild" method="post">
369
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 the add-on, even if it has `image` set in its `config.yaml` |
376
377
</ApiEndpoint>
378
379
<ApiEndpoint path="/addons/<addon>/restart" method="post">
0 commit comments