Environment
statusboolean
Whether the request succeeded.
Example:
truemessagestring
Human-readable description of the result.
Example:
Environment example-environment is created successfullyenvironment object
Environment containing the resource.
idinteger
Unique numeric identifier for the environment.
Example:
3287namestring
Name of the environment.
Example:
example-environmentcreated_atstring<date-time>
ISO 8601 UTC timestamp marking when the environment was created.
Example:
2026-05-06T16:04:09Zfeatures object
Feature flags enabled in the environment.
network_optimisedboolean
Whether high-speed networking is enabled for the environment.
Example:
falsegreen_statusstring
Indicator of how much of the region's capacity is running on green energy.
Example:
GREENEnvironment
{
"status": true,
"message": "Environment example-environment is created successfully",
"environment": {
"id": 3287,
"name": "example-environment",
"region": "NORWAY-1",
"created_at": "2026-05-06T16:04:09Z",
"features": {
"network_optimised": false,
"green_status": "GREEN"
}
}
}
Was this page helpful?