Skip to main content
Commands for managing vault timelock settings. Timelocks add a delay before certain vault changes take effect, providing additional security. For more information on timelocks, see Timelock.

View Timelock

View the current timelock configuration and any pending changes.
glam-cli timelock view

Set Timelock Duration

Set the timelock duration in seconds. Changes to the vault will require this delay before taking effect.
  • duration: Duration in seconds
glam-cli timelock set <duration> [--yes]
Example: Set a 24-hour timelock:
glam-cli timelock set 86400

Apply Timelocked Changes

Apply pending timelocked changes after the timelock period has passed.
glam-cli timelock apply [--yes]

Cancel Pending Changes

Cancel any pending timelocked changes.
glam-cli timelock cancel [--yes]