[Документация Yandex Cloud](../../../index.md) > [Yandex Cloud CDN](../../index.md) > [Справочник CLI (англ.)](../index.md) > v0 > Overview

# yc cdn v0

Manage CDN resources

#### Command Usage

Syntax:

`yc cdn v0 <group>`

#### Command Tree

- [yc cdn v0 cache](cache/index.md) — Manage CDN resources cache

  - [yc cdn v0 cache prefetch](cache/prefetch.md) — Prefetch CDN resource paths

  - [yc cdn v0 cache purge](cache/purge.md) — Purge CDN resource paths

- [yc cdn v0 origin](origin/index.md) — Manage origins inside origin group

  - [yc cdn v0 origin create](origin/create.md) — Create origin

  - [yc cdn v0 origin delete](origin/delete.md) — Delete the specified origin.

  - [yc cdn v0 origin get](origin/get.md) — Show information about the specified origin

  - [yc cdn v0 origin list](origin/list.md) — List origins in the specified origin group

  - [yc cdn v0 origin update](origin/update.md) — Update origin. PUT behaviour - specify all parameters

- [yc cdn v0 origin-group](origin-group/index.md) — Manage origin groups

  - [yc cdn v0 origin-group create](origin-group/create.md) — Create origin group

  - [yc cdn v0 origin-group delete](origin-group/delete.md) — Delete the specified origin group.

  - [yc cdn v0 origin-group get](origin-group/get.md) — Show information about the specified origin group

  - [yc cdn v0 origin-group list](origin-group/list.md) — List origin groups in the specified folder

  - [yc cdn v0 origin-group update](origin-group/update.md) — Update origin group

- [yc cdn v0 provider](provider/index.md) — Manage CDN providers

  - [yc cdn v0 provider activate](provider/activate.md) — Activate CDN provider

  - [yc cdn v0 provider list-activated](provider/list-activated.md) — List activated CDN providers

- [yc cdn v0 resource](resource/index.md) — Manage CDN resources

  - [yc cdn v0 resource create](resource/create.md) — Create resource

  - [yc cdn v0 resource delete](resource/delete.md) — Delete resource.

  - [yc cdn v0 resource get](resource/get.md) — Show information about resource

  - [yc cdn v0 resource get-provider-cname](resource/get-provider-cname.md) — Get provider CNAME

  - [yc cdn v0 resource list](resource/list.md) — List resources in the specified folder

  - [yc cdn v0 resource update](resource/update.md) — Update resource

#### Global Flags

#|
||Flag | Description ||
|| `--profile` | `string`

Set the custom configuration file. ||
|| `--debug` | Debug logging. ||
|| `--debug-grpc` | Debug gRPC logging. Very verbose, used for debugging connection problems. ||
|| `--no-user-output` | Disable printing user intended output to stderr. ||
|| `--retry` | `int`

Enable gRPC retries. By default, retries are enabled with maximum 5 attempts.
Pass 0 to disable retries. Pass any negative value for infinite retries.
Even infinite retries are capped with 2 minutes timeout. ||
|| `--cloud-id` | `string`

Set the ID of the cloud to use. ||
|| `--folder-id` | `string`

Set the ID of the folder to use. ||
|| `--folder-name` | `string`

Set the name of the folder to use (will be resolved to id). ||
|| `--endpoint` | `string`

Set the Cloud API endpoint (host:port). ||
|| `--token` | `string`

Set the OAuth token to use. ||
|| `--impersonate-service-account-id` | `string`

Set the ID of the service account to impersonate. ||
|| `--no-browser` | Disable opening browser for authentication. ||
|| `--format` | `string`

Set the output format: text (default), yaml, json, json-rest. ||
|| `--jq` | `string`

Query to select values from the response using jq syntax ||
|| `-h`, `--help` | Display help for the command. ||
|#