cloudflare · Cloudflare Workers Docs
Workers VPC
Provides the CLI commands and parameters required to create, delete, get, list, and update Workers VPC services for connecting Workers to private networks via Cloudflare Tunnels.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Workers VPC
Provides the CLI commands and parameters required to create, delete, get, list, and update Workers VPC services for connecting Workers to private networks via Cloudflare Tunnels.
When To Use
Use when you need to provision, configure, or manage the lifecycle of Workers VPC services to enable private network connectivity through Cloudflare Tunnels.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-wrangler-commands-vpc-workflow-guide.md | Documentation for managing Workers VPC services using Wrangler commands including create, delete, get, and list operations. | Questions about documentation for managing Workers VPC services using Wrangler commands including create, delete, get, and list opera... |
examples/workers-wrangler-commands-vpc-cloudflare-workers-wrangler-vpc-service-cr.text | A text example demonstrating the syntax for the wrangler vpc service create command. | Exact payloads, commands, or snippets shown in A text example demonstrating the syntax for the wrangler vpc service create command. |
examples/workers-wrangler-commands-vpc-cloudflare-workers-wrangler-vpc-service-cr-2.text | A command line example demonstrating how to use the Wrangler CLI to create a new Workers VPC service. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the Wrangler CLI to create a new Workers VPC service. |
examples/workers-wrangler-commands-vpc-cloudflare-workers-wrangler-vpc-service-cr-3.text | A command line example demonstrating how to use the wrangler vpc service create command to create a Workers VPC service. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the wrangler vpc service create command to create a Workers VPC service. |
examples/workers-wrangler-commands-vpc-cloudflare-workers-wrangler-vpc-service-de.text | A command-line example demonstrating how to use the Wrangler CLI to delete a Workers VPC service using a specific service ID. | Exact payloads, commands, or snippets shown in A command-line example demonstrating how to use the Wrangler CLI to delete a Workers VPC service using a specific ser... |
examples/workers-wrangler-commands-vpc-cloudflare-workers-wrangler-vpc-service-de-2.text | A command-line example demonstrating how to use the Wrangler CLI to delete a Workers VPC service using a specific service ID. | Exact payloads, commands, or snippets shown in A command-line example demonstrating how to use the Wrangler CLI to delete a Workers VPC service using a specific ser... |
examples/workers-wrangler-commands-vpc-cloudflare-workers-wrangler-vpc-service-de-3.text | A command line example demonstrating how to use the Wrangler CLI to delete a Workers VPC service using a specific service ID. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the Wrangler CLI to delete a Workers VPC service using a specific ser... |
examples/workers-wrangler-commands-vpc-cloudflare-workers-wrangler-vpc-service-ge.text | A command-line example demonstrating how to use the wrangler vpc service get command to retrieve VPC information for a specific service ID. | Exact payloads, commands, or snippets shown in A command-line example demonstrating how to use the wrangler vpc service get command to retrieve VPC information for... |
examples/workers-wrangler-commands-vpc-cloudflare-workers-wrangler-vpc-service-ge-2.text | A command-line example using wrangler to retrieve information about a Workers VPC service. | Exact payloads, commands, or snippets shown in A command-line example using wrangler to retrieve information about a Workers VPC service. |
examples/workers-wrangler-commands-vpc-cloudflare-workers-wrangler-vpc-service-ge-3.text | A command line example demonstrating how to use the wrangler vpc service get command to retrieve VPC information for a specific service ID. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the wrangler vpc service get command to retrieve VPC information for... |
examples/workers-wrangler-commands-vpc-cloudflare-workers-wrangler-vpc-service-li.text | A command line example demonstrating how to use the wrangler vpc service list command to list VPC services. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the wrangler vpc service list command to list VPC services. |
examples/workers-wrangler-commands-vpc-cloudflare-workers-wrangler-vpc-service-li-2.text | A command line example demonstrating how to list Workers VPC services using the wrangler CLI. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to list Workers VPC services using the wrangler CLI. |
examples/workers-wrangler-commands-vpc-cloudflare-workers-wrangler-vpc-service-li-3.text | A command line example demonstrating how to use the wrangler vpc service list command to list VPC services. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the wrangler vpc service list command to list VPC services. |
examples/workers-wrangler-commands-vpc-cloudflare-workers-wrangler-vpc-service-up.text | A command-line example demonstrating how to use the wrangler vpc service update command to modify a Workers VPC service. | Exact payloads, commands, or snippets shown in A command-line example demonstrating how to use the wrangler vpc service update command to modify a Workers VPC service. |
examples/workers-wrangler-commands-vpc-cloudflare-workers-wrangler-vpc-service-up-2.text | A command-line example using wrangler to update a Cloudflare Workers VPC service. | Exact payloads, commands, or snippets shown in A command-line example using wrangler to update a Cloudflare Workers VPC service. |
examples/workers-wrangler-commands-vpc-cloudflare-workers-wrangler-vpc-service-up-3.text | A command line example demonstrating how to use the wrangler vpc service update command to modify a Workers VPC service. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the wrangler vpc service update command to modify a Workers VPC service. |
What This Skill Covers
- Manage Workers VPC services using Wrangler. VPC services allow your Workers to connect to private services on your network through Cloudflare Tunnels.
- Main sections:
vpc service create,vpc service delete,vpc service get,vpc service list,vpc service update.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://developers.cloudflare.com/workers/wrangler/commands/vpc/index.md
