v1

latestOpenAPI 3.1.02026-08-04151221521.2 KB
Tasks

Migrate Tasks Between Versions

Migrate tasks between versions within the same branch. Supports two modes: bulk migration by source version (from_version_id), or migration of specific tasks (task_ids). Target can be explicit (to_version_id) or latest active version (to_latest).

post/tasks/migrate

Request body

from_version_idstring nullable

Migrate ALL RUNNING tasks from this version

task_idsstring[] nullable

OR migrate specific task IDs

to_latestboolean

OR migrate to ACTIVE/DEPLOYING version on branch

to_version_idstring nullable

Explicit target version ID

Response

Successful Response

branch_idstring required

Branch both versions belong to

from_version_idstring nullable

Source version (if bulk mode)