Archive or Restore Password
hudu_archive_passwordArchives or unarchives a password, hiding it from normal views without deletion. Use archived: false to restore.
Instructions
Archive or unarchive a password. Archiving hides the record from normal views without deleting it, and is reversible by calling this tool again with archived: false.
This is the reversible alternative to deletion and should be preferred whenever the user wants something "removed" without saying they want it gone permanently.
Operation class: Update. Impact: Hides or restores this password. Reversible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric Hudu id of the password. | |
| archived | Yes | true archives the record; false restores it from the archive. |