Skip to main content

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

ShortLongRequiredDescription
-ids--pipelineRtIdsyesComma-separated list of pipeline runtime object IDs to move
-aid--targetAdapterRtIdyesRuntime object ID of the new owning adapter
-rd--redeploynoOptional: 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--yesnoSkip confirmation prompt