Supervisor restart (#731)

This commit is contained in:
Pascal Vizeli 2020-11-21 16:24:30 +01:00 committed by GitHub
parent cbe31f19c3
commit e292a207ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2059,6 +2059,12 @@ Reload parts of the supervisor, this enable new options, and check for updates.
</ApiEndpoint> </ApiEndpoint>
<ApiEndpoint path="/supervisor/restart" method="post">
Restart the supervisor, can help to get the supervisor healthy again.
</ApiEndpoint>
<ApiEndpoint path="/supervisor/repair" method="post"> <ApiEndpoint path="/supervisor/repair" method="post">
Repair docker overlay issues, and lost images. Repair docker overlay issues, and lost images.