---
title: "Move Workflow and its Integrations to Another Workpace"
method: POST
path: "/connect/workspaces/{workspace_id}/move-order"
tags: ["Connect Workspaces"]
---

# Move Workflow and its Integrations to Another Workpace

`POST /connect/workspaces/{workspace_id}/move-order`

It moves a workflow and all integrations it uses
in new workspace. Following things are needed -
Permissions the user needs in both workspaces:
    updateWorkflow
    updateIntegration
    updateSchedule
    updateExecution

## Parameters

- `#/paths/~1connect~1workspaces~1%7Bworkspace_id%7D/get/parameters/0` — unresolved $ref

## Request body

- object
  - `move_all_integrations` boolean — If we need to move all integrations used in that workflow
  - `workflow_name` string — Name of the workflow to move to the new workspace
  - `workspace_id` string — Workspace ID to move the workflow into

## Response `200`

Success

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/spot/apis/spot-by-flexera-api.md) · [All operations](https://skmtc.dev/spot/apis/spot-by-flexera-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/spot/spot-by-flexera-api/revisions/72813baf8d47/schema)
