---
title: "Update compute environment"
method: PUT
path: "/compute-envs/{computeEnvId}"
tags: ["compute-envs"]
---

# Update compute environment

`PUT /compute-envs/{computeEnvId}`

Updates the details of the compute environment identified by the given `computeEnvId`.

## Path parameters

- `computeEnvId` string, required

## Query parameters

- `workspaceId` integer

## Request body

- UpdateComputeEnvRequest
  - `credentialsId` string
  - `description` string
  - `fusionMetricsCollectionEnabled` boolean
  - `name` string

## Response `204`

OK - No content

## Other responses

- `400` — Bad request
- `403` — Operation not allowed
- `409` — Duplicate element

## Changes

> 14 revisions in range; 1 not diffed, 2 could not be searched.

- **2026-07-09** `aa8544683897` — 1 info
  - added the new optional request property `fusionMetricsCollectionEnabled`
- **2026-04-27** `166be0f9d55d` — 1 info
  - added the new optional request property `description`

[Change history](https://skmtc.dev/seqeralabs/apis/seqera-api/changes/compute-envs/:computeEnvId/put.md)

---

[API](https://skmtc.dev/seqeralabs/apis/seqera-api.md) · [All operations](https://skmtc.dev/seqeralabs/apis/seqera-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/seqeralabs/seqera-api/revisions/97f7655d105a/schema)
