---
title: "Deploy"
method: GET
path: "/deploy"
tags: ["Deployments"]
---

# Deploy

`GET /deploy`

Deploy by tag or uuid. `Post` request also accepted with `uuid` and `tag` json body.

## Query parameters

- `tag` string
- `uuid` string
- `force` boolean
- `pr` integer
- `pull_request_id` integer
- `docker_tag` string

## Response `200`

Get deployment(s) UUID's

- object
  - `deployments` object[]
    - `message` string
    - `resource_uuid` string
    - `deployment_uuid` string

## Other responses

- `400` — Invalid token.
- `401` — Unauthenticated.

## Changes

- **2026-03-30** `ca049c2228f8` — 2 info
  - added the new optional `query` request parameter `docker_tag`
  - added the new optional `query` request parameter `pull_request_id`
- **2026-03-16** `385ee693a76d` — 2 warning
  - deleted the `query` request parameter `docker_tag`
  - deleted the `query` request parameter `pull_request_id`

[Change history](https://skmtc.dev/coollabsio/apis/coolify/changes/deploy/get.md)

---

[API](https://skmtc.dev/coollabsio/apis/coolify.md) · [All operations](https://skmtc.dev/coollabsio/apis/coolify/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coollabsio/coolify/revisions/e91d1ff09643/schema)
