renew_lease
Extend the lease on a leased account to prevent reclamation during long-running work. If the lease has expired, returns renewed:false, requiring a new lease_account call.
Instructions
Extend (heartbeat) the current lease so long-running work is not reclaimed out from under you. If the lease already expired and was reclaimed (or the token is unknown), returns renewed:false — do NOT assume you still hold the account; call lease_account again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lease_token | Yes | The lease_token returned by lease_account. | |
| ttl_seconds | No | New lease lifetime in seconds from now. Defaults to the server default TTL. |