Reset control nodes to their reset values
singular_reset_nodesReset targeted nodes or all nodes in a sub-composition back to their stored reset values, clearing on-air content for new segments or stories.
Instructions
Clear/reset content by writing each targeted node back to its resetValue (from the model). Target specific nodeIds, or omit them to reset every node in the sub-composition — handy to blank a template between stories/segments. This changes on-air content if the sub-composition is live.
Args: app/appToken; subCompositionName | subCompositionId; nodeIds (optional — default all nodes in the sub-composition); response_format. Returns { success, subComposition, resetCount, nodeIds }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | No | Alias of a registered app instance (see register_app / list_apps). Preferred over a raw token. | |
| nodeIds | No | Specific node ids to reset. Omit to reset all nodes in the sub-composition. | |
| appToken | No | Raw Singular control-app token for a one-off/unregistered instance. If both 'app' and 'appToken' are given, 'appToken' wins. | |
| response_format | No | Output format: 'markdown' (human-readable) or 'json' (machine-readable). Default 'markdown'. | markdown |
| subCompositionId | No | Target sub-composition by id (from get_model). Use one of name/id. | |
| subCompositionName | No | Target sub-composition by name (as shown in Composer). |