---
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.

---

[API](https://skmtc.net/coollabsio/apis/coolify.md) · [All operations](https://skmtc.net/coollabsio/apis/coolify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coollabsio/coolify/versions/08be5dc8e729/schema)
