/
/OpenFaaS API Gateway
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 36m ago · Updated 2mo ago
  • getGet a list of deployed functions with: stats and image digest
  • putUpdate a function.
  • postDeploy a new function.
  • deleteRemove a deployed function.
  • postEvent-sink for AlertManager, for auto-scaling
  • postInvoke a function asynchronously in OpenFaaS
  • postInvoke a function defined in OpenFaaS
  • postScale a function
  • getGet a summary of an OpenFaaS function
  • getGet a list of secret names and metadata from the provider
  • putUpdate a secret.
  • postCreate a new secret.
  • deleteRemove a secret.
  • getGet a stream of the logs for a specific function
  • getGet info such as provider version number and provider orchestrator
  • getHealthcheck

Scale a function

post/system/scale-function/{functionName}

Path parameters

functionNamestring required

Function name

Request body

string binary required

Example request

"{\"service\": \"hello-world\", \"replicas\": 10}"

Response

Scaling OK

Changes

No recorded changes to this endpoint across all 1 revision of this API.