Transfer a custom pipeline to another team. This endpoint allows admins to transfer ownership of a custom pipeline from one team to another. This is useful for:
Superusers can transfer any pipeline regardless of team ownership.
Team ID to transfer the pipeline to
Optional: existing pipeline ID on the target team to update in place. If provided, replaces the target pipeline's versions and metadata instead of creating a new copy.
Copy mode: 'with_history' copies all versions with checkpoints and session. 'without_history' copies only the active version as v1, stripping checkpoints and session.
with_history, without_history Successful Response
Response schema for transferring a custom pipeline to another team.
Whether the transfer was successful
The pipeline ID that was transferred
Team ID the pipeline was transferred from
Team ID the pipeline was transferred to
Success or error message