v1
latestSwagger 2.0MIT2026-07-1716717.0 KBDeploy a new function.
post/system/functions
Request body
Example request
{
"service": "nodeinfo",
"network": "func_functions",
"image": "functions/nodeinfo:latest",
"envProcess": "node main.js",
"constraints": [
"node.platform.os == linux"
],
"labels": {
"foo": "bar"
},
"annotations": {
"topics": "awesome-kafka-topic",
"foo": "bar"
},
"secrets": [
"secret-name-1"
],
"registryAuth": "dXNlcjpwYXNzd29yZA==",
"limits": {
"memory": "128M",
"cpu": "0.01"
},
"requests": {
"memory": "128M",
"cpu": "0.01"
}
}Response
Accepted