Deploy a function to the serverless runtime platform asynchronously. Deployment happens in the background and may take 10-60 seconds.
You’ll receive a 202 Accepted response immediately. To check deployment status:
Deployment process:
cloudflare_worker: Code is deployed to Cloudflare’s global edge networksupabase_function: Code is deployed to Supabase Edge Functions with Deno runtimeDeployment will fail (status=‘error’) if:
After successful deployment, the function is immediately available for invocation via POST /functions//invoke.
Function identifier
Deployment initiated successfully (processing in background)
Async deployment response (HTTP 202 Accepted). Deployment happens in the background and may take 10-60 seconds. Poll GET /functions/{id} to check when status changes from 'draft' to 'deployed' (or 'error' if deployment fails).