update_prompt_version
Assign or remove a label on a specific prompt version using label, prompt, and version IDs. Null clears the existing 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 |
|---|---|---|---|
| label_id | Yes | Label ID to assign to this version, or null to remove the label | |
| prompt_id | Yes | Prompt ID or slug | |
| version_id | Yes | Version UUID to update |
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 |