Skip to content

Search these docs, or ask Revo a question — answers link the pages they came from.

Attempts to initialise the specified devices. Returns a 200 if the request is successfully made. A websocket will notify the frontend when the devices are actually initialised.


POST
/api/v1/{tenantId}/system/initialise-devices

Plugin API access: this operation accepts a plugin JWT (PluginBearer) for its own tenant.

tenantId
required
string
object
tenantId
string
nullable
tenantUuid
string
nullable
deviceIds
Array<string>
nullable
action
string
Allowed values: initialise uninitialise reinitialise

OK

object

Bad Request

object
message
string
nullable
code
string
nullable

Forbidden

object
message
string
nullable
code
string
nullable

Too Many Requests

object
message
string
nullable
code
string
nullable