domains_enableDomainLockV1
Enable domain lock to prevent unauthorized transfers by securing the domain and restricting registrar changes until the lock is disabled.
Instructions
Enable domain lock for the domain.
When domain lock is enabled, the domain cannot be transferred to another registrar without first disabling the lock.
Use this endpoint to secure domains against unauthorized transfers.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain name |
Implementation Reference
- types.d.ts:587-602 (schema)TypeScript interface definition specifying the input parameters (domain: string) and response type for the 'domains_enableDomainLockV1' MCP tool. This is the schema for the tool."domains_enableDomainLockV1": { params: { /** * Domain name */ domain: string; }; response: any; // Response structure will depend on the API }; /** * Disable domain lock for the domain. Domain lock needs to be disabled before transferring the domain to another registrar. Use this endpoint to prepare domains for transfer to other registrars.