Partially Update Environment Compose Definition
PATCH /api/v3/organizations/{organisation}/applications/{application}/environments/{environment}/compose
Partially updates top-level fields of the environment’s compose definition, such as architecture, task-level CPU/Memory, or min/max scaling capacity. Only fields included in the request body are modified. The ‘containers’ array, if provided, REPLACES the existing containers array; if omitted, the existing containers are NOT modified by this PATCH operation. (For modifying individual containers, use PATCH /containers/{containerName}). This triggers a validation, registers a new task definition, and updates the service.
Authorizations
Parameters
Path Parameters
The organisation ID
The application ID
The environment ID
Request Body required
Partial compose definition updates. All fields are optional.
object
object
object
Responses
202
Request accepted, compose definition partial update is processing. Returns the full updated compose definition.
object
ARM64512204811object
object
offtruetruetrue400
Invalid compose definition or validation failed.
object
object
404
Application or environment not found