Cloudflare · Arazzo Workflow
Cloudflare Deploy Worker Route
Version 1.0.0
Create a Worker, bind a zone route to it, then list the zone routes.
View Spec
View on GitHub
AI GatewayAPI GatewayArtificial IntelligenceCDNCloudContainersDDoS ProtectionDNSEdgeEdge ComputingObject StoragePlatformReal-Time CommunicationSecurityServerlessWeb PerformanceArazzoWorkflows
Provider
Workflows
deploy-worker-route
Create a Worker, attach a route in a zone, and list the routes.
Creates a Worker in the account, binds a URL pattern in the zone to the Worker through a route, and lists the zone's routes to confirm the binding.
1
createWorker
createWorker
Create a Worker in the account with the supplied name and entry module.
2
createRoute
createRoute
Map the supplied URL pattern in the zone to the new Worker.
3
listRoutes
listRoutes
List the zone's Worker routes to confirm the new binding is present.
Source API Descriptions
openapi