cloudflare · Cloudflare Workers Docs
Workers Tunnel
Instructions for managing Cloudflare Tunnels via the Wrangler CLI, including creating, running, deleting, and inspecting tunnels to connect local services to the Cloudflare network.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Workers Tunnel
Instructions for managing Cloudflare Tunnels via the Wrangler CLI, including creating, running, deleting, and inspecting tunnels to connect local services to the Cloudflare network.
When To Use
Use when you need to create, run, or manage Cloudflare Tunnels from a local development environment using the Wrangler CLI.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/workers-wrangler-commands-tunnel-workflow-guide.md | A reference guide for managing Cloudflare Tunnels using Wrangler commands including create, delete, info, and list. | Questions about a reference guide for managing Cloudflare Tunnels using Wrangler commands including create, delete, info, and list. |
examples/workers-wrangler-commands-tunnel-cloudflare-workers-wrangler-tunnel-crea.text | A text example demonstrating the syntax for the wrangler tunnel create command. | Exact payloads, commands, or snippets shown in A text example demonstrating the syntax for the wrangler tunnel create command. |
examples/workers-wrangler-commands-tunnel-cloudflare-workers-wrangler-tunnel-crea-2.text | An example of the wrangler tunnel create command used to initialize a new tunnel for Cloudflare Workers. | Exact payloads, commands, or snippets shown in An example of the wrangler tunnel create command used to initialize a new tunnel for Cloudflare Workers. |
examples/workers-wrangler-commands-tunnel-cloudflare-workers-wrangler-tunnel-run-.text | The terminal output showing the successful creation of a Cloudflare tunnel with its unique ID and name. | Exact payloads, commands, or snippets shown in The terminal output showing the successful creation of a Cloudflare tunnel with its unique ID and name. |
examples/workers-wrangler-commands-tunnel-cloudflare-workers-wrangler-tunnel-dele.text | A text example demonstrating the syntax and usage of the wrangler tunnel delete command. | Exact payloads, commands, or snippets shown in A text example demonstrating the syntax and usage of the wrangler tunnel delete command. |
examples/workers-wrangler-commands-tunnel-cloudflare-wrangler-tunnel-delete-comma.text | A command line example demonstrating how to delete a specific Cloudflare Tunnel using the wrangler CLI. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to delete a specific Cloudflare Tunnel using the wrangler CLI. |
examples/workers-wrangler-commands-tunnel-cloudflare-wrangler-tunnel-delete-confi.text | A text representation of the interactive confirmation prompt and terminal output when deleting a Cloudflare Tunnel via the Wrangler CLI. | Exact payloads, commands, or snippets shown in A text representation of the interactive confirmation prompt and terminal output when deleting a Cloudflare Tunnel vi... |
examples/workers-wrangler-commands-tunnel-cloudflare-workers-wrangler-tunnel-info.text | An example of using the wrangler tunnel info command to retrieve details about a specific tunnel. | Exact payloads, commands, or snippets shown in An example of using the wrangler tunnel info command to retrieve details about a specific tunnel. |
examples/workers-wrangler-commands-tunnel-cloudflare-wrangler-tunnel-info-command.text | An example command using npx wrangler tunnel info to retrieve details for a specific tunnel ID. | Exact payloads, commands, or snippets shown in An example command using npx wrangler tunnel info to retrieve details for a specific tunnel ID. |
examples/workers-wrangler-commands-tunnel-cloudflare-workers-wrangler-tunnel-deta.text | The text output showing the ID, name, status, and creation timestamp of a Cloudflare Workers Tunnel. | Exact payloads, commands, or snippets shown in The text output showing the ID, name, status, and creation timestamp of a Cloudflare Workers Tunnel. |
examples/workers-wrangler-commands-tunnel-cloudflare-workers-wrangler-tunnel-list.text | An example of the wrangler tunnel list command used to display active tunnels in Cloudflare Workers. | Exact payloads, commands, or snippets shown in An example of the wrangler tunnel list command used to display active tunnels in Cloudflare Workers. |
examples/workers-wrangler-commands-tunnel-cloudflare-wrangler-tunnel-list-command.text | An example of using the npx wrangler tunnel list command to display active tunnels. | Exact payloads, commands, or snippets shown in An example of using the npx wrangler tunnel list command to display active tunnels. |
examples/workers-wrangler-commands-tunnel-cloudflare-workers-wrangler-tunnel-list-2.text | A text representation of the output from the wrangler tunnel list command showing tunnel IDs, names, statuses, and creation dates. | Exact payloads, commands, or snippets shown in A text representation of the output from the wrangler tunnel list command showing tunnel IDs, names, statuses, and cr... |
examples/workers-wrangler-commands-tunnel-cloudflare-workers-wrangler-tunnel-run--2.text | A text example demonstrating the syntax and usage of the wrangler tunnel run command. | Exact payloads, commands, or snippets shown in A text example demonstrating the syntax and usage of the wrangler tunnel run command. |
examples/workers-wrangler-commands-tunnel-cloudflare-workers-wrangler-tunnel-run--3.text | A command line example demonstrating how to use the wrangler tunnel run command to start a tunnel for a local application. | Exact payloads, commands, or snippets shown in A command line example demonstrating how to use the wrangler tunnel run command to start a tunnel for a local applica... |
examples/workers-wrangler-commands-tunnel-cloudflare-workers-wrangler-tunnel-run--4.text | An example of the npx wrangler tunnel run command using an authentication token. | Exact payloads, commands, or snippets shown in An example of the npx wrangler tunnel run command using an authentication token. |
examples/workers-wrangler-commands-tunnel-cloudflare-workers-wrangler-tunnel-quic.text | A command-line example demonstrating how to use the wrangler tunnel quick-start command with a specified URL. | Exact payloads, commands, or snippets shown in A command-line example demonstrating how to use the wrangler tunnel quick-start command with a specified URL. |
examples/workers-wrangler-commands-tunnel-cloudflare-workers-wrangler-tunnel-quic-2.text | A command-line instruction for initiating a Cloudflare Workers Tunnel quick-start using npx wrangler to connect to a local server. | Exact payloads, commands, or snippets shown in A command-line instruction for initiating a Cloudflare Workers Tunnel quick-start using npx wrangler to connect to a... |
examples/workers-wrangler-commands-tunnel-cloudflare-workers-wrangler-tunnel-quic-3.text | The terminal output showing the initiation of a quick tunnel to a local service via Wrangler. | Exact payloads, commands, or snippets shown in The terminal output showing the initiation of a quick tunnel to a local service via Wrangler. |
What This Skill Covers
- Manage Cloudflare Tunnels directly from Wrangler. Create, run, and manage tunnels that securely connect your local services to Cloudflare's network — no publ...
- Main sections:
tunnel create,tunnel delete,tunnel info,tunnel list,tunnel run.
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/tunnel
