---
title: "Install a GitHub installation from another workspace"
method: POST
path: "/w/{workspace}/github_app/install_from_workspace"
tags: ["Git Sync"]
---

# Install a GitHub installation from another workspace

`POST /w/{workspace}/github_app/install_from_workspace`

## Path parameters

- `workspace` string, required

## Request body

- object
  - `source_workspace_id` string, required — The ID of the workspace containing the installation to copy
  - `installation_id` number, required — The ID of the GitHub installation to copy

## Response `200`

Installation successfully copied

---

[API](https://skmtc.dev/windmill/apis/windmill-api.md) · [All operations](https://skmtc.dev/windmill/apis/windmill-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/windmill/windmill-api/revisions/7b281701c340/schema)
