---
title: "save the backup strategy of a cluster"
method: PUT
path: "/clusters/{clusterId}/strategy"
tags: ["cluster backup"]
---

# save the backup strategy of a cluster

`PUT /clusters/{clusterId}/strategy`

save the backup strategy of a cluster

## Path parameters

- `clusterId` string, required

## Request body

- ClusterSaveBackupStrategyReq
  - `strategy` StructsBackupStrategy
    - `backupDate` string
    - `clusterId` string
    - `period` string

## Response `200`

OK

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

## Other responses

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

---

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