SetBudgetPolicyStatus toggles a budget policy's active/inactive state (is_active).
Usage:
tare api policy budget-policies set-status [flags]
Flags:
--customer-id string Required: customer (tenant) that owns the target policy. (required)
--id string Required: uuid of the policy to update. (required)
--project-id string Required: project that owns the target policy. (required)
--status string Required: new operational status for the policy. (required)
Global Flags:
--base-url string override the active profile's base URL for this invocation
-o, --output string output format: json (default "json")
-p, --profile string credential profile (overrides AGENTROUTER_PROFILE / active)
-q, --quiet Suppress progress output; only errors and the final summary go to stderr
-v, --verbose Verbose output: plain-mode progress lines plus full per-blob chunk logs to stderr