Extend Reservation TTL
cycles_extendExtend the time-to-live of an active reservation to prevent expiration during long-running operations. Acts as a heartbeat without changing the reserved amount.
Instructions
Extend the TTL of an active reservation. Use as a heartbeat for long-running operations to prevent the reservation from expiring. Does not change the reserved amount.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metadata | No | ||
| extendByMs | Yes | ||
| reservationId | Yes | ||
| idempotencyKey | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| balances | No | ||
| expiresAtMs | Yes |