Day-2 operations for distributions: editing config, pausing traffic, deleting, and bulk-managing through the API.Documentation Index
Fetch the complete documentation index at: https://docs.tenbyte.io/llms.txt
Use this file to discover all available pages before exploring further.
Console actions
From the CDN workspace, every distribution row has an Action menu:| Action | Effect | Reversible? |
|---|---|---|
| Manage | Opens the detail dashboard for the distribution. | n/a |
| Disable | Pauses the distribution; hostname returns 503 until re-enabled. | Yes — re-enable from the same menu. |
| Delete | Permanently removes the distribution and frees its hostname. | No — config and analytics are gone. |
Edit configuration
Open Manage, then use the left sidebar:| Tab | What you change |
|---|---|
| Overview | Name, description, see status. |
| Origins | Swap origins, rotate S3 keys. |
| SSL | Issue / upload certs, toggle HTTP/2 and HTTP/3. |
| Headers | Host header, CORS, request / response header rules. |
| Cache Rules | Per-path TTLs and cache-key behavior. |
| Access Rules | Country / IP / referrer / token gates. |
| Image Optimizer | Enable on-the-fly transforms. |
Updating while config rolls out.
Manage via API
List distributions:Operational tips
- Tag in description — owner, runbook URL, on-call rotation. The console exposes
Descriptionin lists; helps incident response. - One distribution per environment — separate
prod,staging,dev. Lets you change config in staging without risking prod. - Version your config — keep the API JSON payload in your IaC repo. PR-review changes before applying.
- Audit before delete — confirm zero traffic via Analytics for at least 24 h.
- DNS first, then disable — flipping the order causes a brief outage for live users.