---
title: "Deploy a release"
method: POST
path: "/api/projects/{projectId}/releases/deploy"
tags: ["Release"]
---

# Deploy a release

`POST /api/projects/{projectId}/releases/deploy`

Deploy a release to a specific environment, optionally creating a change request if approvals are required.

## Path parameters

- `projectId` string, uuid, required

## Request body

- object
  - `releaseId` string, uuid, required — Release ID to deploy
  - `environmentId` string, uuid, required — Target environment ID
  - `comment` string, nullable — Deployment comment or description

## Response `200`

Deployment initiated successfully

---

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