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
- 200
- 404
- 409
- 422
Successful Response
The deployment was not found.
Tag limit reached or tag already exists on the deployment.
Invalid tag name.
Was this page helpful?