Skip to main content

tare api clients keys rotate

RotateKeyInClient creates a new key attached to client_id and may schedule the prior key's disable/destroy lifecycle.

Usage:
tare api clients keys rotate [flags]

Flags:
--client-id string Client id (UUID) whose key is being rotated. (required)
--customer-id string Owning customer slug.
--destroy-after string destroy_after
--disable-after string Convenience flags for the CLI: durations relative to now.
--key-name string Name for the new key version.
--old-key-id string Id (UUID) of the prior key to schedule disable/destroy for; empty skips scheduling.
--project-id string Owning project slug.
--user-key-address string Deprecated/ignored: key address is system-generated, not user-chosen.

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