---
title: "Commit App Rollback"
method: POST
path: "/v2/apps/{app_id}/rollback/commit"
tags: ["DigitalOcean-public.v2-new_Apps"]
---

# Commit App Rollback

`POST /v2/apps/{app_id}/rollback/commit`

Commit an app rollback. This action permanently applies the rollback and unpins the app to resume new deployments.

## Path parameters

- `app_id` string, required

## Response `200`

The action was successful and the response body is empty.

## Other responses

- `401` — Authentication failed due to invalid credentials.
- `404` — The resource was not found.
- `429` — The API rate limit has been exceeded.
- `500` — There was a server error.
- `default` — There was an unexpected error.

---

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