---
Title: BDB status field
alwaysopen: false
categories:
- docs
- operate
- rs
description: Documents the bdb status field used with Redis Enterprise Software REST
API calls.
linkTitle: status
weight: $weight
url: '/operate/rs/7.8/references/rest-api/objects/bdb/status/'
---
The BDB status field is a read-only field that represents the database status.
Possible status values:
| Status | Description | Possible next status |
|--------|-------------|----------------------|
| 'active' | Database is active and no special action is in progress | 'active-change-pending'
'import-pending'
'delete-pending' |
| 'active-change-pending' | |'active' |
| 'creation-failed' | Initial database creation failed | |
| 'delete-pending' | Database deletion is in progress | |
| 'import-pending' | Dataset import is in progress | 'active' |
| 'pending' | Temporary status during database creation | 'active'
'creation-failed' |
| 'recovery' | Not currently relevant (intended for future use) | |
{{< image filename="/images/rs/rest-api-bdb-status.png#no-click" alt="BDB status" >}}