Check existing website settings
Wrong backend responses usually relate to origin Host header, DNS target, or path settings.
Open existing site guideCDN.com.tr Help
Use Apply Changes and Operations to understand when saved origin, hostname, DNS, SSL, cache, or platform changes are actually deployed to traffic.
Getting started
Use Apply Changes and Operations to understand when saved origin, hostname, DNS, SSL, cache, or platform changes are actually deployed to traffic.
Traffic-affecting settings may need deploy after they are saved.
Background work must be visible through customer-safe status and messages.
CDN Accounts or the related product screen exposes Apply Changes when deploy is required.
Expected result: Apply Changes appears only as a customer action for completed accounts that need deploy.
cdnctl accounts describe --account "$ACCOUNT_UUID"
cdnctl accounts diff --account "$ACCOUNT_UUID"
Missing origin, Host header, hostname, DNS, or SSL data can make public results wrong even if deploy succeeds.
Expected result: Pre-apply gaps are visible in customer-facing surfaces.
cdnctl pull origin describe --account "$ACCOUNT_UUID"
cdnctl hostnames list --account "$ACCOUNT_UUID"
cdnctl certificates list --account "$ACCOUNT_UUID"
The button or warning queues the background deploy job.
Expected result: A deploy operation is created or a customer-safe warning is returned.
cdnctl cdn accounts apply --account "$ACCOUNT_UUID"
Activity > Operations shows customer-visible deploy, transfer, certificate, and platform job status.
Expected result: Operation status tells whether public verification can start.
cdnctl operations list --account "$ACCOUNT_UUID" --latest
cdnctl operations watch --account "$ACCOUNT_UUID" --operation <operation_id>
After deploy success, test the CDN endpoint or custom domain from a clean session.
Expected result: The public response matches the expected origin, storage, or platform output.
curl -I https://www.example.com/
cdnctl cache purge --account "$ACCOUNT_UUID" --path /changed-path
A customer saved a setting but public traffic still behaves the old way, so they need to see whether the change was deployed and which operation result was produced.