Skip to main content
POST
Transfer Custom Pipeline

Authorizations

X-API-Key
string
header
required

Path Parameters

processor_id
string
required

Cookies

wos-session
string
datalab_active_team
string

Body

application/x-www-form-urlencoded
to_team_id
integer
required

Team ID to transfer the processor to

to_processor_id
string | null

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
enum<string>
default:with_history

Copy mode: 'with_history' copies all versions with checkpoints and session. 'without_history' copies only the active version as v1, stripping checkpoints and session.

Available options:
with_history,
without_history

Response

Successful Response

Response schema for transferring a custom processor to another team.

success
boolean
required

Whether the transfer was successful

processor_id
string
required

The processor ID that was transferred

from_team_id
integer
required

Team ID the processor was transferred from

to_team_id
integer
required

Team ID the processor was transferred to

message
string
required

Success or error message