---
title: "Mark app upload as failed"
method: POST
path: "/apps/{id}/mark-failed"
tags: ["Apps"]
---

# Mark app upload as failed

`POST /apps/{id}/mark-failed`

Sets the app status to failed.

## Path parameters

- `id` string, uuid, required

## Response `200`

App marked as failed

- object
  - `success` true, required
  - `message` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

## Changes

- **2026-05-30** `51d2493ba0f4` — 1 info
  - endpoint added
- **2026-05-30** `d06ce0f3c00d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/droidrun/apis/droidrun-cloud/changes/apps/:id/mark-failed/post.md)

---

[API](https://skmtc.dev/droidrun/apis/droidrun-cloud.md) · [All operations](https://skmtc.dev/droidrun/apis/droidrun-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/droidrun/droidrun-cloud/revisions/3183ec3153d1/schema)
