---
title: "View CDN resource status"
sidebar_label: "View resource status"
description: "How to view CDN resource status information"
sidebar_position: 3
author: false
---

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

# View CDN resource status

1. In the [control panel](https://my.selectel.ru/cdn-v3), on the top menu, click **Products** and select **CDN**.
2. In the **CDN resources** section, check the [status](#resource-statuses) in the CDN resource row. If you modified the settings but the CDN resource status does not change for a long time, [create a ticket](https://my.selectel.ru/tickets/create/).

## CDN resource statuses \{#resource-statuses}

<CustomTable>
  <table>
    <tbody>
      <tr>
        <th>PROCESSING</th><td>CDN-ресурс создается or к нему применяются настройки. Может занимать до 30 минут</td>
      </tr>

      <tr>
        <th>ACTIVE</th><td>The CDN resource is operating and available for modification</td>
      </tr>

      <tr>
        <th>ERROR</th><td>An error occurred while the CDN resource was operating. To fix the error, [create a ticket](https://my.selectel.ru/tickets/create/)</td>
      </tr>

      <tr>
        <th>INACTIVE</th><td>The CDN resource is [disabled](/cdn/resources/disable-resource.mdx)</td>
      </tr>
    </tbody>
  </table>
</CustomTable>

<Formbricks />
