Skip to content

Run Module Install

POST
/api/v1/modules/install/{module_id}/run

Executes installation plan for a module.

Authorizations

SessionAuth

Session ID for authenticated requests

Type
API Key (header: X-Session-ID)

Parameters

Path Parameters

module_id*
Type
string
Required

Request Body

application/json
JSON
{
  
"target": "all",
  
"components": [
  
  
"string"
  
],
  
"runtime_scope": "flowless-core",
  
"skip_existing": true,
  
"verify_checksum": true,
  
"repair_missing": false
}

Responses

Module install executed

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI