Overview
Every pipeline can be exported from the dashboard as a YAML definition document and reimported to overwrite its configuration. The exported document uses the same schema as the public API, so the same file works for both flows. Use this to:- Snapshot a pipeline before making large changes.
- Copy a pipeline configuration between environments.
- Review configuration changes in version control.
Export a pipeline
Import a pipeline definition
Importing overwrites the pipeline’s configuration to match the uploaded document.Prerequisites
The pipeline must be stopped. Active or transitioning pipelines (statusRUNNING, STARTING, or PAUSING) cannot be imported into. The Import button is disabled with a tooltip explaining why.
Definition format
The dashboard accepts the same documents as the public API. See Public API: Pipeline definition document for the full schema, supported transformation types, and examples.See also
- Public API for the programmatic equivalent.
- Hooks for the notification hooks referenced inside a definition.