Skip to main content

Autoupdate

AutoUpdate

Sending this request, as follows:

{
"autoupdate": true //value is ignored
}

Will trigger a rolling update to the latest version, if an update is available. Does nothing if no updates are available.

This request will send the same response as the "" request, and cause "progress" to be set to a non-zero value until the update is either complete or has been cancelled due to errors.

It is not possible to abort a currently running update through the API. The only way to abort a running update is to send a kill/interrupt signal to the controller, which will then abort at the earliest safe time to do so (which may be mid-update, but will never result in a broken system).