Database instance status#
When you submit an API request to create, list, or delete database instances, the response returns the current status information for each instance.
following table lists the status values that can be included in the response.
Status |
Description |
---|---|
|
The database instance is online and available to take requests. |
|
The database instance is currently running a backup process. |
|
The database instance is currently unresponsive. |
|
The database instance is being provisioned. |
|
The database instance is being configured for HA conversion. |
|
The database instance is scheduled for deletion. |
|
The database instance, which was a replica, is being detached from the source. |
|
The last operation for the database instance failed due to an error. |
|
The database instance was created, but failed to set up the datastore. If a database instance is in the FAILED state, you should delete it and create a new instance. |
|
The database instance is rebooting. |
|
Replication is broken on the database instance. |
|
The database instance is currently being resized. |
|
A change has occurred to the configuration of an instance that requires the instance to be restarted at the user’s convenience. |
|
The MySQL service for the database instance is restarting. |
|
The database instance is terminating services. This status can also be returned if the server is running, but the database instance is shut down. |
Note
The status values are different for a database instance included in a high availability instance group. For details, see Database instance status values for high availability configurations.