---
title: "Deploy the linked branch now"
method: POST
path: "/v1/functions/{functionId}/git-link/deploy"
tags: ["Functions"]
---

# Deploy the linked branch now

`POST /v1/functions/{functionId}/git-link/deploy`

Fetch the linked branch and deploy it without waiting for a push. Returns immediately; follow the outcome with `GET /v1/functions/{functionId}/git-link`, whose `lastStatus` and `lastError` describe the run.

## Path parameters

- `functionId` string, required

## Response `202`

Deploy scheduled.

- object
  - `scheduled` boolean, required

## Other responses

- `401` — Unauthorized.
- `404` — No repository is linked to this function.
- `409` — A deploy for this link is already running.

---

[API](https://skmtc.net/zavudev/apis/zavu-unified-messaging-layer-api.md) · [All operations](https://skmtc.net/zavudev/apis/zavu-unified-messaging-layer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zavudev/zavu-unified-messaging-layer-api/versions/07b87b6ae707/schema)
