/
TA
tanklabtju
/
OpenFaaS API Gateway
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 2h ago · Updated 3w ago
View markdown
tanklabtju
OpenFaaS API Gateway
delete
Remove a deployed function.
v1
latest
Swagger 2.0
MIT
2026-07-17
16
7
17.0 KB
get
Get a list of deployed functions with: stats and image digest
put
Update a function.
post
Deploy a new function.
delete
Remove a deployed function.
post
Event-sink for AlertManager, for auto-scaling
post
Invoke a function asynchronously in OpenFaaS
post
Invoke a function defined in OpenFaaS
post
Scale a function
get
Get a summary of an OpenFaaS function
get
Get a list of secret names and metadata from the provider
put
Update a secret.
post
Create a new secret.
delete
Remove a secret.
get
Get a stream of the logs for a specific function
get
Get info such as provider version number and provider orchestrator
get
Healthcheck
Remove a deployed function.
delete
/system/functions
Request body
DeleteFunctionRequest
required
functionName
string
required
Name of deployed function
Example request
{ "functionName": "nodeinfo" }
Response
OK