/
/OpenFaaS API Gateway
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 19m 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

Remove a secret.

delete/system/secrets

Request body

namestring

Name of secret

Example request

{
  "name": "aws-key"
}

Response

OK

Changes

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