---
title: Create
url: https://docs.vultr.com/reference/vultr-cli/cdn/pull/create
description: Creates a new CDN pull zone to globally distribute content from your origin server through Vultrs content delivery network.
publish_date: 2025-09-14T03:01:57.455102Z
last_updated: 2025-11-07T17:40:07.761911Z
---

The `vultr-cli cdn pull create` command creates a new pull zone in Vultr's CDN service, allowing you to cache and distribute content from your origin server globally.

## Usage

```console
$ vultr-cli cdn pull create [flags]
```

## Flags
| Shorthand | Long Version | Description |
|-----------|--------------|-------------|
| -i | --block-ai | block ai bots |
| -t | --block-bad-bots | block potentially malicious bots |
| -r | --cors | enable cross-origin resource sharing |
| -d | --domain | the domain name from which the cdn content will be pulled |
| -g | --gzip | enable gzip compression |
| -l | --label | label to use for the pull zone |
| -c | --scheme | the URI scheme of the origin domain. Must be `http` or `https` |