Save Project
save_projectSaves the current KiCAD project. Optionally save to a new path or force overwrite to avoid conflicts with externally modified files.
Instructions
Save the current KiCAD project. Refuses to overwrite the board file if its contents changed on disk since load (external edit) unless force is true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Optional new path to save to | |
| force | No | Overwrite the loaded board file even if its on-disk contents changed externally | |
| overwrite | No | Replace an existing destination when path points to a different file | |
| forceExternalChanges | No | Explicit alias for force; takes precedence when both are provided |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |