---
title: "Deploy releases"
method: POST
path: "/v2/projects/{name}/releases"
tags: ["Deploy"]
---

# Deploy releases

`POST /v2/projects/{name}/releases`

deploy releases that user owns

## Path parameters

- `name` string, required

## Request body

- DeployReleases
  - `sourceID` string — The id of Deployed sources
  - `port` number — The port of your app
  - `type` string — The platform of your app

## Response `200`

Successful operation

- object
  - `releaseID` string

## Other responses

- `400` — Bad request
- `401` — Missing authentication
- `404` — App does not exists.

---

[API](https://skmtc.net/liara-cloud/apis/paas.md) · [All operations](https://skmtc.net/liara-cloud/apis/paas/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/liara-cloud/paas/revisions/4413e6f56089/schema)
