Activate Functions

Activate Cognite Functions. This will create the necessary backend infrastructure for Cognite Functions.

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

Functions activation status

400

The response for a failed request.

post/functions/status
Request samples
status = client.functions.activate()
Response samples
application/json
{
  • "status": "inactive"
}