---
title: "View cloud server network volume backup status"
sidebar_label: "View backup status"
sidebar_position: 4
description: "How to view backup status, list of statuses to track performance"
---

import {CustomTable} from '@selectel/docux/components'
import Formbricks from '@theme/MDXComponents/Formbricks'

# View cloud server network volume backup status

1. In the [Control panel](https://my.selectel.ru/vpc/default/servers/), on the top menu, click **Products** and select **Cloud Servers**.
2. Go to the **Backups** section
3. Open the **Backups** tab.
4. View the status in the backup row.

<CustomTable>
  <table>
    <tbody>
      <tr>
        <th>PROTECTING</th><td>Backup is being created</td>
      </tr>

      <tr>
        <th>AVAILABLE</th><td>The backup has been successfully created and can be used to [restore data](/cloud-servers/backups/restore-from-backup.mdx). Backups in this status are billable</td>
      </tr>

      <tr>
        <th>RESTORING</th><td>Backup data is being restored to the disk. Backups in this status are billable</td>
      </tr>

      <tr>
        <th>ERROR</th><td>An error occurred while creating the backup</td>
      </tr>

      <tr>
        <th>ERROR-DELETING</th><td>An error occurred while deleting the backup</td>
      </tr>

      <tr>
        <th>DELETING</th><td>The backup is being deleted</td>
      </tr>
    </tbody>
  </table>
</CustomTable>

<Formbricks />
