revoke_agent_identity
Permanently revoke an agent identity and block its authentication. Irreversible; identity retained for audit. For key rotation, use the rotate tool.
Instructions
Permanently revoke an agent identity, blocking all future authentication.
Revocation is immediate and irreversible. The identity record is retained for audit purposes but the key is rejected on all subsequent API calls. Use rotate_agent_identity instead if you simply want to cycle the key.
Write operation — recorded in the audit log.
Args: identity_id: UUID of the identity to revoke (from list_agent_identities).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identity_id | Yes |