update_prompt_version
Update a prompt version's label assignment. Provide prompt ID, version UUID, and label ID (null to remove 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 |