Skip to main content
For the complete documentation index for agents and LLMs, see llms.txt.

Delete Deployment Tag

DELETE 

/api/v1/workspaces/:workspace_name/deployments/:deployment_id/tags/:tag_name

Remove a tag from a deployment.

Tag matching is case-insensitive. Returns the deployment's full tag list after removal. Returns 404 if the deployment or tag is not found.

Request

Responses

Successful Response