REST API Reference
Serverless Functions API
Deploy and manage Knative event-driven serverless functions with sub-millisecond cold starts, concurrency caps, and scale-to-zero autoscaling.
Create Function
Deploys an HTTP serverless service managed by Knative Serving.
Create FunctionAuth
Provision a serverless Knative function.
Payload Example
{
"project_id": "proj_prod_store_9a1b",
"name": "image-resizer",
"image": "vyntech/image-resizer:v1.0",
"min_scale": 0,
"max_scale": 20,
"concurrency_limit": 50,
"timeout_seconds": 15
}Status Codes
- Name
201- Type
- HTTP
- Description
- Serverless function created and ingress route provisioned.
Request
POST/v1/cloud/functions
Response 201