Usage Guideline + Authenticati...
Flows Manager
2min
the flows service manages the creation of flow instances, but not the internals of flows for interacting with flows internals, either use template files or see the node red api each flow has the following properties id int unique identifier, generated sequentially name str display name memory limit int memory limit in mb secret str secret for flow if specified functions list flows get a list of all flows create flow create a new flow start flow start a stopped flow warning will return success before the flow actually starts stop flow stop a running flow warning will return success before the flow actually stops update flow update name or memory limit for flow remove flow delete existing flow