Duplicate a network
duplicate_networkDuplicate a node or entire COMP with its contents to create a copy, optionally placing it under a different parent.
Instructions
Copy a node or whole COMP (and its contents) to a new node, optionally into another parent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_path | Yes | Path of the node/COMP to duplicate. | |
| name | No | Name for the copy (auto-generated if omitted). | |
| parent_path | No | Where to place the copy (defaults to the source's parent). |