Deploying Workers via API
Where can I find the documentaion for how to deploy a worker via a REST API (i.e. not using wrangler). I found this thread: https://community.cloudflare.com/t/deploy-a-worker-via-http-api/108439/14 pointing to this url: https://developers.cloudflare.com/workers/tooling/api/scripts/#upload-or-update-a-workers-script but it seems to no longer be working. What is the current url?
2 Replies
The REST API is available at https://developers.cloudflare.com/api/operations/worker-script-upload-worker-module
Cloudflare API Documentation
Interact with Cloudflare's products and services via the Cloudflare API
thanks!