---
title: "cancel backup"
method: POST
path: "/backups/cancel"
tags: ["cancel cluster backup"]
---

# cancel backup

`POST /backups/cancel`

cancel backup

## Request body

- ClusterCancelBackupReq
  - `backupId` string
  - `clusterId` string

## Response `200`

OK

- object
  - `code` integer
  - `data` object
  - `message` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

## Changes

- **2022-03-18** `1d5669540c8c` — 1 info
  - endpoint added
- **2022-03-18** `0b7b17ff1ecb` — 1 breaking
  - api path removed without deprecation
- **2022-03-15** `b80b68fc9b84` — 1 info
  - endpoint added
- **2022-03-15** `640249faed6d` — 1 breaking
  - api path removed without deprecation
- **2022-03-15** `e0a10868c80f` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/pingcap/apis/em-ui-api/changes/backups/cancel/post.md)

---

[API](https://skmtc.dev/pingcap/apis/em-ui-api.md) · [All operations](https://skmtc.dev/pingcap/apis/em-ui-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pingcap/em-ui-api/revisions/631e4b26b7e8/schema)
