Functions limits

Service limits for the associated project.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Responses
200

Limits

400

The response for a failed request.

get/functions/limits
Request samples
limits = client.functions.limits()
Response samples
application/json
{
  • "timeoutMinutes": 9,
  • "cpuCores": {
    • "min": 1,
    • "max": 1,
    • "default": 1
    },
  • "memoryGb": {
    • "min": 1.5,
    • "max": 1.5,
    • "default": 1.5
    },
  • "runtimes": [
    • "py38",
    • "py39",
    • "py310",
    • "py311"
    ],
  • "responseSizeMb": 1
}