Add endpoint to restart Frigate (#8440)

* Add endpoint to restart Frigate

The only means of restarting Frigate remotely is to issue
a restart topic on the server's websocket. It's
convenient to also expose this capability via HTTP endpoint.

* Add new section to API docs

* Remove extra line
This commit is contained in:
coperni
2023-11-03 22:19:29 -04:00
committed by GitHub
parent ef750e73a2
commit ac53993f70
2 changed files with 31 additions and 0 deletions

View File

@@ -365,3 +365,7 @@ Recording retention config still applies to manual events, if frigate is configu
### `PUT /api/events/<event_id>/end`
End a specific manual event without a predetermined length.
### `POST /api/restart`
Restarts Frigate process.