delete alias
delete_aliasRemove a model alias to cut over traffic from one model to another. After deletion, requests using that alias name fail, ensuring no accidental use during the transition.
Instructions
Remove a model alias; requests still using that name will fail afterwards, so this is a cutover step, not cleanup. DELETE /v1/aliases/{id} (API-key scope: aliases:write). Returns: 200 { ok: true } Notes: OWNER/ADMIN only (403). 404 "Alias not found" when the id is not in this workspace. Audited with the model it pointed at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The alias id (from GET /v1/aliases), not its name. |