---
title: fastly service vcl snippet
summary: Manipulate Fastly VCL snippets (blocks of VCL logic inserted into your service's configuration that don't require custom VCL)
url: https://www.fastly.com/documentation/reference/cli/service/vcl/snippet
---

Manipulate Fastly VCL snippets (blocks of VCL logic inserted into your service's configuration that don't require custom VCL)

## Subcommands

- [fastly service vcl snippet create](https://www.fastly.com/documentation/reference/cli/service/vcl/snippet/create) - Create a snippet for a particular service and version
- [fastly service vcl snippet delete](https://www.fastly.com/documentation/reference/cli/service/vcl/snippet/delete) - Delete a specific snippet for a particular service and version
- [fastly service vcl snippet describe](https://www.fastly.com/documentation/reference/cli/service/vcl/snippet/describe) - Get the uploaded VCL snippet for a particular service and version
- [fastly service vcl snippet list](https://www.fastly.com/documentation/reference/cli/service/vcl/snippet/list) - List the uploaded VCL snippets for a particular service and version
- [fastly service vcl snippet update](https://www.fastly.com/documentation/reference/cli/service/vcl/snippet/update) - Update a VCL snippet for a particular service and version

