mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-26 19:41:29 +08:00
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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user