Run and monitor a Tag Policy
Once you have created a policy, you can run it manually, toggle its status, and review detailed execution history.
Before you begin
Role: a user granted the Run Tag policy permission. The policy has already been created.
Enable / disable a policy
Each policy card has an Active toggle:
- Active (on): the On Creation trigger works; the Run now button is enabled.
- Inactive (off): On Creation does not fire; the Run now button is disabled.
Click the toggle to switch the state immediately.
Run a policy manually
- Go to Tagging → Policies tab.
- Find the policy you want to run (it must be Active).
- Click Run now.
The system evaluates the conditions and tags the matching resources. The result appears in the Execution History.
💡 Tip: Use Run now to backfill after editing a policy, or to tag resources that were created before the policy existed.
View the Execution History
- Click a policy card to expand its Execution History.
- Each row shows:
- Run at: when it ran
- Trigger: Manual run / On creation
- Result:
{n} matched → {n} tagged[, {n} skipped] - Status: Success / Partial / Skipped / Failed
| Status | Meaning |
|---|---|
| Success | Every matching resource was tagged |
| Partial | Some resources were skipped — usually because inherited tags cannot be replaced or the cluster has no member VMs |
| Skipped | No resource matched the conditions |
| Failed | A technical error occurred during the run |
View the run details
Click the result link ({n} matched → {n} tagged) to open the Run details modal:
- The list of each matching resource
- Status: Tagged (green) or Skipped (orange)
- The Note column: the skip reason if Skipped
Example skip reason: "Inherited tag from k8s-prod-cluster-01 — cannot be replaced"
Edit a policy
- Click ⋮ on the policy card → Edit.
- The wizard opens in edit mode — Resource scope and Action are locked.
- Edit the name, conditions, trigger, or tag list.
- Click Save changes.
A confirmation dialog reminds you: changes apply only to subsequent runs. Use Run now to backfill.
Delete a policy
- Click ⋮ on the policy card → Delete.
- Confirm in the dialog.
Deleting a policy does not affect tags that were already assigned.
