How to Retrieve CDN Information for Vultr CDN Pull Zones

Updated on November 27, 2024

Vultr CDN simplifies content access by providing a unique CDN URL that routes requests through Vultr's global network. This ensures that your content is delivered quickly and efficiently from the nearest edge location, optimizing performance and reducing latency. By using this CDN URL, you can enhance the speed and reliability of content delivery to users around the world.

Follow this guide to retrieve the Vultr CDN URL on your Vultr account using the Vultr Customer Portal, API, or CLI.

  • Vultr Customer Portal
  • Vultr API
  • Vultr CLI
  1. Navigate to Products, click CDN, and then click Pull Zones.

    Pull Zone option in products sidebar

  2. Click your target CDN Pull Zones service.

    Selection of a target Pull Zone service

  3. Copy CDN URL.

    Copying the CDN URL

  1. Send a GET request to the List Pull Zones endpoint and note the target Pull Zone service's cdn_url.

    console
    $ curl "https://api.vultr.com/v2/cdns/pull-zones" \
        -X GET \
        -H "Authorization: Bearer ${VULTR_API_KEY}"
    
  1. List all available CDN Pull Zones services and note the target Pull Zone service's URL.

    console
    $ vultr-cli cdn pull list