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

# Rollback

`POST /applications/{uuid}/rollback`

Queue a rollback deployment for an application to a previous image commit/tag.

## Path parameters

- `uuid` string, required

## Request body

- object
  - `commit` string, required — Image tag / commit to roll back to.

## Response `200`

Rollback deployment queued.

- object
  - `message` string
  - `deployment_uuid` string

## Other responses

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

---

[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/revisions/789e6ad3796c/schema)
