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

Add Deployment Tag

POST 

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

Add a tag to a deployment.

Tag names must be 1-50 characters and may contain letters, digits, spaces, underscores, and hyphens. Duplicate tags are rejected case-insensitively. Each deployment supports at most three tags. Returns the deployment's full tag list after the add.

Request

Responses

Successful Response