update_prompt_version
Assign or remove a label on a specific prompt version. Use null to clear the label.
Instructions
Update a specific prompt version's label assignment. This only assigns or removes a label, and null clears the label after you look up ids with list_prompt_labels.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt_id | Yes | Prompt ID or slug | |
| version_id | Yes | Version UUID to update | |
| label_id | Yes | Label ID to assign to this version, or null to remove the label |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |