cURL
curl --request PATCH \ --url https://api.timbal.ai/orgs/{org_id}/projects/{project_id}/envs/{env_id}/config \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "cpu": 123, "desired_count": 123, "ephemeral_storage": 123, "memory": 123 } '
Update environment configuration (CPU, memory, etc.)
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
Configuration updated successfully