b2_reserve_trial_create_account
Create a Backblaze B2 trial account via the Partner API by supplying email, trial duration, storage, and an idempotency key for safe retries.
Instructions
Reserve a B2 trial account through the Partner API. Available only in explicit inline mode because Reserve Trial has no provider-side recovery path if a file sink write fails after account creation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | Trial duration in days (7-30). | |
| Yes | Email address for the new B2 Reserve trial account. | ||
| region | No | Optional data region for the new account. | |
| confirm | No | Confirm this destructive/irreversible operation. Required when the server destructive policy is 'confirm' (the default). | |
| storage | Yes | Trial storage amount in TB (1-50). | |
| idempotencyKey | Yes | Caller-generated idempotency key. Reuse the same value only when retrying the identical reserve-trial account creation request. |