Agent Versioning - Versions

Update version metadata (label, description, pin only)

Update a published version's label, description, or pinned status. At least one field is required. Published versions (both active and inactive) are config-immutable — their agent configuration cannot be changed. To modify config, create a new draft from the version, edit the draft, and publish it as a new version.

patch/agent/{id}/versions/{versionId}

Path parameters

idstring required
Example:60d0fe4f5311236168a109ca

The agent ID

versionIdstring required

The published version ID

Request body

labelstring nullable

Version label

descriptionstring nullable

Version description

isPinnedboolean

Pin or unpin the version

Response

Version metadata updated

statusboolean

Example response

{
  "status": true
}

Changes