MovePipelines
Reassigns one or more pipelines from their current adapter to a new target adapter. Each pipeline is moved atomically; per-pipeline failures do not abort the batch. Source and target adapter must share the same CkTypeId.
Examples
octo-cli -c MovePipelines -ids <pipelineRtIds> -aid <targetAdapterRtId>
Options
| Short | Long | Required | Description |
|---|---|---|---|
-ids | --pipelineRtIds | yes | Comma-separated list of pipeline runtime object IDs to move |
-aid | --targetAdapterRtId | yes | Runtime object ID of the new owning adapter |
-rd | --redeploy | no | Optional: re-deploy each pipeline onto the new adapter after the move. A redeploy failure does not roll the move back — the pipeline already points at the new adapter, deploy can be retried manually. |
-y | --yes | no | Skip confirmation prompt |