update_label
Update an existing GitLab project label by changing its name, color, description, or priority. Provide project and label identifiers to apply modifications directly to remote state.
Instructions
Update an existing label in a project. Use this for an existing resource; choose the corresponding create tool for a new resource and a note tool for discussion-only text. It changes remote GitLab state and requires the necessary project or group permission; GitLab returns validation, conflict, permission, or rate-limit errors instead of silently applying an invalid request. When project_id or group_id is accepted, provide the numeric ID or complete URL-encoded path described by the schema; use required identifiers and pagination fields exactly as documented.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | The color of the label given in 6-digit hex notation with leading '#' sign | |
| label_id | Yes | The ID or title of a project's label | |
| new_name | No | The new name of the label | |
| priority | No | The new priority of the label | |
| project_id | Yes | Project ID or URL-encoded path | |
| description | No | The new description of the label |