Agent Versioning - Versions
Update version metadata (label, description, pin only)
Deprecated on the v2 branch model. Migrate to Metadata edits removed on v2. Set labelat publish viaPOST /agent/{id}/branches/{branchId}/draft/publish.. When ENABLE_BRANCH_MODEL is on, this endpoint returns 409 versioning_v2_migration_required with the Deprecation: true header. See the migration guide.
| 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
The agent ID.
versionIdstring required
The published version ID
Request body
Response
Version metadata updated
Example response
{
"status": true
}