Transfer a custom processor to another team. This endpoint allows admins to transfer ownership of a custom processor from one team to another. This is useful for:
Superusers can transfer any processor regardless of team ownership.
Team ID to transfer the processor to
Optional: existing pipeline ID on the target team to update in place. If provided, replaces the target processor'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 processor to another team.
Whether the transfer was successful
The processor ID that was transferred
Team ID the processor was transferred from
Team ID the processor was transferred to
Success or error message