Skip to content

Disable Domain Auto Renew

route53domains_disable_domain_auto_renew R Documentation

This operation disables automatic renewal of domain registration for the specified domain

Description

This operation disables automatic renewal of domain registration for the specified domain.

Usage

route53domains_disable_domain_auto_renew(DomainName)

Arguments

DomainName

[required] The name of the domain that you want to disable automatic renewal for.

Value

An empty list.

Request syntax

svc$disable_domain_auto_renew(
  DomainName = "string"
)