Renew Domain
renew_domainRenew an existing domain registration. Provide domain name, years, and current expiration date to prevent double renewals. This is a financial operation; confirm cost with user.
Instructions
Renew an existing domain registration. WARNING: This is a FINANCIAL operation that will charge money to the Spaceship account. The currentExpirationDate parameter is required to prevent accidental double renewals — it must match the domain's actual expiration date. Use get_domain first to retrieve the current expiration date. Always confirm with the user before calling this tool — show the domain name, renewal years, and estimated cost. This operation is asynchronous: it returns an operationId that must be polled with get_async_operation to check completion status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| years | Yes | Number of years to renew for (1-10) | |
| domain | Yes | The domain name to renew | |
| currentExpirationDate | Yes | Current expiration date of the domain in ISO 8601 format (e.g. '2025-12-31'). Must match the actual expiration date to prevent accidental double renewals. |