registry_delete_tag
Delete a container image tag from a registry. Confirmation required; operation is logged.
Instructions
Delete an image tag from a container registry. Destructive — requires confirmed=True.
Permanently removes the specified tag. The underlying image layers are deleted only if no other tag references them. Requires operator role in VibOps.
Write operation — recorded in the audit log.
Args: registry_type: Registry backend — "harbor", "ecr", or "gar". image: Image name with tag to delete (e.g. "myproject/myapp:old-tag"). registry_url: Harbor base URL or ECR registry URI. username: Harbor username or registry token username. password: Harbor password or registry token. region: AWS region (ECR only). confirmed: Must be True to proceed. Pass False (default) for a dry-run preview. gateway_id: Gateway UUID for the target site.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | ||
| region | No | ||
| password | No | ||
| username | No | ||
| confirmed | No | ||
| gateway_id | No | ||
| registry_url | No | ||
| registry_type | Yes |