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

# Start

`POST /databases/{uuid}/start`

Start database.

## Path parameters

- `uuid` string, required

## Response `200`

Start database.

- object
  - `message` string

## Other responses

- `400` — Invalid token.
- `401` — Unauthenticated.
- `404` — Resource not found.
- `409` — Another start, restart or import of this database is already in progress.

## Changes

- **2026-09-26** `f8b16020e5dd` — 1 info
  - added the non-success response with the status `409`
- **2026-07-19** `16dc4d4d2f00` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/coollabsio/apis/coolify/changes/databases/: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.dev/coollabsio/apis/coolify/revisions/5fe936a59290?raw)
