Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/workers-wrangler-commands-vpc-workflow-guide.mdDocumentation 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.textA 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.textA 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.textA 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.textA 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.textA 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.textA 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.textA 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.textA 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.textA 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.textA 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.textA 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.textA 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.textA 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.textA 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.textA 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

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. 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