vault_rotate
Replace an existing credential's secret value permanently. The new secret is write-only and never returned, ensuring secure credential rotation.
Instructions
Rotate (replace) the secret value of an existing credential. The old value is permanently replaced. The new value is write-only and never returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new_value | Yes | The new secret value. Write-only: never returned in responses. | |
| credential_id | Yes | UUID of the credential to rotate |