Edge

Deployments

Managing CDN Deployments

Deployments are containers for your CDN domains. Learn how to organize and manage them effectively.

What is a Deployment?

A CDN deployment is a logical grouping of domains that share configuration and analytics. You might organize deployments by:

  • Project - One deployment per website or application
  • Environment - Separate deployments for staging and production
  • Client - If managing multiple clients, one deployment per client

Screenshot: CDN Dashboard showing multiple deployments with their stats

Creating a Deployment

  1. Navigate to CDN in the sidebar
  2. Click Deploy CDN
  3. Enter a descriptive name for your deployment
  4. Click Create Deployment

Screenshot: Create Deployment form

Deployment Dashboard

Each deployment has its own dashboard showing:

Domains

All domains configured for this deployment

Cache Hit Rate

Percentage of requests served from cache

Requests

Total requests over the selected time period

Bandwidth

Total data transferred

Screenshot: Deployment detail page with stats cards and traffic chart

Deployment Status

Deployments can have the following statuses:

active The deployment is live and serving traffic
provisioning The deployment is being set up (usually takes a few seconds)
suspended The deployment has been suspended (contact support)

Deleting a Deployment

When you delete a deployment, all associated domains are removed and traffic will stop being served immediately.

Warning: This action cannot be undone

Deleting a deployment will immediately stop serving all domains. Make sure you've updated your DNS records before deleting.

  1. Navigate to the deployment you want to delete
  2. Click the Delete button in the top right
  3. Confirm the deletion in the modal

Next Steps