Pipeline Import Export
This guide is for keeping backups and moving pipelines across devices.
Goal
You are done when you can export a pipeline JSON and import it on another device.
When To Use This
- You want a backup before making risky edits.
- You want to copy a pipeline from one device to another.
- You want to share a pipeline with another team member.
Export (Download JSON)
- Open OS > Pipelines.
- Select the pipeline.
- Use the export action in the graph editor actions.
- Your browser downloads a JSON file.
Practical tip:
- Rename the file immediately to include what it is and when you exported it.
Example filename:
raze-aruco-36h11-2026-02-08.json
See: Import/export
Import (Create A New Pipeline From JSON)
- Open OS > Pipelines.
- Click
New Pipeline. - Choose
Import JSON. - Select the JSON file you exported.
- Confirm the pipeline appears in the list.
Important behavior:
- Import creates a new pipeline. It does not modify an existing pipeline.
Verify
- Validate the graph (Warnings).
- Attach it to a stream.
- Confirm you can select expected outputs.
If Import Works But The Pipeline Does Not Run
- Run validation and fix the first warning, then re-run validation.
- Attach it to a known-good stream and keep the layout
1x1. - Confirm you selected the correct preview output.
- Check Alerts and Systems logs for runtime errors.