SetGuardrailStatus updates the status and/or enabled flag of a guardrail.
Usage:
tare api guardrails set-status [flags]
Flags:
--customer-id string Owning customer scope; defaults to caller's session customer when empty.
--enabled New enabled state.
--id string Required: uuid of the guardrail to update. (required)
--project-id string Owning project scope; defaults to caller's session project when empty.
--status string New operational status for the guardrail.
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