{
  "id": "backup_reset_status",
  "title": "Backup reset status database action requests",
  "url": "https://redis.io/docs/latest/operate/rs/7.8/references/rest-api/requests/bdbs/actions/backup_reset_status/",
  "summary": "Reset database backup status requests",
  "content": "\n| Method | Path | Description |\n|--------|------|-------------|\n| [PUT](#put-bdbs-actions-backup-reset-status) | `/v1/bdbs/{uid}/actions/backup_reset_status` | Reset database backup status |\n\n## Reset database backup status {#put-bdbs-actions-backup-reset-status}\n\n```sh\nPUT /v1/bdbs/{int: uid}/actions/backup_reset_status\n```\n\nResets the database's `backup_status` to idle if a backup is not in progress and clears the value of the `backup_failure_reason` field.\n\n### Permissions\n\n| Permission name | Roles |\n|-----------------|-------|\n| [reset_bdb_current_backup_status]() | admin\u003cbr /\u003ecluster_member\u003cbr /\u003edb_member |\n\n### Request {#put-request}\n\n#### Example HTTP request\n\n```sh\nPUT /v1/bdbs/1/actions/backup_reset_status\n```\n\n#### Headers\n\n| Key | Value | Description |\n|-----|-------|-------------|\n| Host | cnm.cluster.fqdn | Domain name |\n| Accept | application/json | Accepted media type |\n\n\n#### URL parameters\n\n| Field | Type | Description |\n|-------|------|-------------|\n| uid | integer | The unique ID of the database |\n\n### Response {#put-response}\n\nReturns a status code.\n\n#### Status codes {#put-status-codes}\n\n| Code | Description |\n|------|-------------|\n| [200 OK](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1) | The request is accepted and is being processed. |\n| [404 Not Found](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5) | Attempting to perform an action on a nonexistent database. |\n| [406\u0026nbsp;Not\u0026nbsp;Acceptable](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.7) | Not all the modules loaded to the database support 'backup_restore' capability |\n| [409 Conflict](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.10) | Database is currently busy with another action. In this context, this is a temporary condition and the request should be reattempted later. |\n",
  "tags": ["docs","operate","rs"],
  "last_updated": "2026-04-01T08:10:08-05:00"
}

