---
title: "Start"
method: POST
path: "/applications/{uuid}/start"
tags: ["Applications"]
---

# Start

`POST /applications/{uuid}/start`

Start application.

## Path parameters

- `uuid` string, required

## Query parameters

- `force` boolean
- `instant_deploy` boolean

## Response `200`

Start application.

- object
  - `message` string — Message.
  - `deployment_uuid` string — UUID of the deployment.

## Other responses

- `400` — Invalid token.
- `401` — Unauthenticated.
- `404` — Resource not found.

## Changes

- **2026-07-19** `16dc4d4d2f00` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/coollabsio/apis/coolify/changes/applications/:uuid/start/post.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/789e6ad3796c/schema)
