Skip to main content
POST
Perform Node Action

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

node_uuid
string
required

Body

application/json

Request to perform node action.

action
enum<string>
required
Available options:
enable,
disable,
restart

Response

Successful Response

Response after node action.

success
boolean
required
message
string | null
is_disabled
boolean | null