{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["admonition"]},"type":"markdown"},"seo":{"title":"Command Reference","description":"The developer documentation portal and API reference for Unstoppable Domains.","siteUrl":"https://docs.unstoppabledomains.com","keywords":"unstoppable domains developer portal, api reference docs","lang":"en-US","llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"command-reference","__idx":0},"children":["Command Reference"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This page documents every command available in the Unstoppable Domains CLI. For installation and setup, see the ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/user-api/cli"},"children":["CLI Quick Start"]},"."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"search--discovery","__idx":1},"children":["Search & Discovery"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-search","__idx":2},"children":["ud search"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Search for domain availability and pricing."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud search <query>\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example:"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud search \"mybusiness\"\nud search \"coffee.com\"\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-tlds","__idx":3},"children":["ud tlds"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["List all available TLDs supported by the registrar."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud tlds\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"domain-management","__idx":4},"children":["Domain Management"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-domains-list","__idx":5},"children":["ud domains list"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["List domains in your portfolio."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud domains list\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Key flags:"]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Flag"},"children":["Flag"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--status <status>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Filter by ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["all"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["for-sale"]},", or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["unlisted"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--expiring-within <days>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Show domains expiring within N days"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--tag <tag>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Filter by tag"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--order-by <field>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Sort by ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["name"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["length"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["purchasedAt"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["expiresAt"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["listingPrice"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["offers"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["leads"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["watchlistCount"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--order-direction <dir>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["asc"]}," or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["desc"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example:"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud domains list --status for-sale --order-by listingPrice\nud domains list --expiring-within 30\nud domains list --fields name,expiresAt,offersCount\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-domains-get","__idx":6},"children":["ud domains get"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Get detailed information about one or more domains."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud domains get <domains...>\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example:"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud domains get example.com\nud domains get example.com mybrand.io\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-domains-push","__idx":7},"children":["ud domains push"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Push a domain to another user."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud domains push <domains...>\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-domains-auto-renewal-update","__idx":8},"children":["ud domains auto-renewal update"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Toggle auto-renewal for domains."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud domains auto-renewal update <domains...>\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-domains-tags","__idx":9},"children":["ud domains tags"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Manage domain tags."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud domains tags add <domains...> --tag <tag>\nud domains tags remove <domains...> --tag <tag>\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-domains-flags-update","__idx":10},"children":["ud domains flags update"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Update domain flags."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud domains flags update <domains...>\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"dns","__idx":11},"children":["DNS"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-domains-dns-records-show","__idx":12},"children":["ud domains dns records show"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Display DNS records for a domain."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud domains dns records show <domain>\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example:"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud domains dns records show example.com\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-domains-dns-records-add","__idx":13},"children":["ud domains dns records add"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Add a DNS record."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud domains dns records add <domain>\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Pass record data inline with ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--data"]}," or from a file with ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--file"]},":"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud domains dns records add example.com --data '{\"type\":\"A\",\"hostName\":\"@\",\"value\":\"192.0.2.1\",\"ttl\":3600}'\nud domains dns records add example.com --file records.json\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-domains-dns-records-update","__idx":14},"children":["ud domains dns records update"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Update an existing DNS record."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud domains dns records update <domain>\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-domains-dns-records-remove","__idx":15},"children":["ud domains dns records remove"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Remove a DNS record."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud domains dns records remove <domain>\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-domains-dns-records-remove-all","__idx":16},"children":["ud domains dns records remove-all"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Remove ALL user-created DNS records from one or more domains."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud domains dns records remove-all <domains...>\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"warning"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This is destructive and cannot be undone. All user-created DNS records will be permanently deleted."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-domains-dns-nameservers-show","__idx":17},"children":["ud domains dns nameservers show"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Display current nameservers."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud domains dns nameservers show <domain>\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-domains-dns-nameservers-set-custom","__idx":18},"children":["ud domains dns nameservers set-custom"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Set custom nameservers."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud domains dns nameservers set-custom <domain>\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-domains-dns-nameservers-set-default","__idx":19},"children":["ud domains dns nameservers set-default"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Reset to UD default nameservers."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud domains dns nameservers set-default <domain>\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"warning"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Using custom nameservers disables DNS record management through the CLI and API. Set default nameservers to re-enable it."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"hosting","__idx":20},"children":["Hosting"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-domains-hosting-redirects-show","__idx":21},"children":["ud domains hosting redirects show"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Show redirect configurations for a domain."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud domains hosting redirects show <domain>\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-domains-hosting-redirects-add","__idx":22},"children":["ud domains hosting redirects add"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Add a redirect configuration."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud domains hosting redirects add\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-domains-hosting-redirects-remove","__idx":23},"children":["ud domains hosting redirects remove"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Remove a redirect configuration."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud domains hosting redirects remove\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-domains-hosting-landers-generate","__idx":24},"children":["ud domains hosting landers generate"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Generate an AI-powered landing page for one or more domains."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud domains hosting landers generate <domains...>\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-domains-hosting-landers-show","__idx":25},"children":["ud domains hosting landers show"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Show lander generation status for one or more domains."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud domains hosting landers show <domains...>\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-domains-hosting-landers-download","__idx":26},"children":["ud domains hosting landers download"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Download landing page content from one or more domains."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud domains hosting landers download <domains...>\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-domains-hosting-landers-remove","__idx":27},"children":["ud domains hosting landers remove"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Remove an AI-generated landing page from one or more domains."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud domains hosting landers remove <domains...>\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"backorders--expireds","__idx":28},"children":["Backorders & Expireds"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-marketplace-expiring-list","__idx":29},"children":["ud marketplace expiring list"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Browse the expireds/pending-delete domain marketplace."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud marketplace expiring list\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Key flags:"]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Flag"},"children":["Flag"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--tlds <tlds>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Filter by TLD extensions (comma-separated)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--status <status>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["COMING_SOON"]}," or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["AVAILABLE_BACKORDER"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--sort-by <field>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Sort field (default: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["deletionAt"]},")"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--sort-direction <dir>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ASC"]}," or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["DESC"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--query <term>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Search by domain name or label substring"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--length-range <min,max>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Filter by label length range"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example:"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud marketplace expiring list --tlds com,net --status AVAILABLE_BACKORDER\nud marketplace expiring list --sort-by deletionAt --sort-direction ASC\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-domains-backorders-create","__idx":30},"children":["ud domains backorders create"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Create backorders for one or more expiring domains."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud domains backorders create --name <domain> --contact-id <id> --available-after-timestamp <ts>\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Required flags:"]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Flag"},"children":["Flag"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--name <domain>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Domain name to backorder"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--contact-id <id>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ICANN contact ID for domain registration"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--available-after-timestamp <ts>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Unix timestamp (ms) when the domain becomes available"]}]}]}]}]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The system monitors the domain and automatically registers it when it drops. An Account Balance hold is placed when the backorder is created."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-domains-backorders-list","__idx":31},"children":["ud domains backorders list"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["List your domain backorders."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud domains backorders list\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Key flags:"]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Flag"},"children":["Flag"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--status <status>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Filter by backorder status (e.g., ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["pending"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["in-progress"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["completed-success"]},")"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--query <domain>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Search by domain name (partial match)"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-domains-backorders-cancel","__idx":32},"children":["ud domains backorders cancel"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Cancel one or more pending backorders."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud domains backorders cancel --backorder-ids <id1,id2,...>\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Refunds the Account Balance hold (minus non-refundable service fee) and removes the scheduled registration job."]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"cart--checkout","__idx":33},"children":["Cart & Checkout"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-cart-list","__idx":34},"children":["ud cart list"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["View items in your shopping cart."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud cart list\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-cart-add","__idx":35},"children":["ud cart add"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Add domains to your cart. Without a subcommand, ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ud cart add"]}," auto-detects the source type:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud cart add <domains...>                # Smart add — auto-detects source\nud cart add registration <domains...>   # New domain registration\nud cart add renewal <domains...>        # Domain renewal\nud cart add listed <domains...>         # Marketplace listing\nud cart add afternic <domains...>       # Afternic listing\nud cart add sedo <domains...>           # Sedo listing\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example:"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud cart add mybusiness.com mybusiness.io  # Auto-detect\nud cart add registration mybusiness.com   # Explicit type\nud cart add listed premium.io\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-cart-url","__idx":36},"children":["ud cart url"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Get a checkout URL to complete the purchase in a browser."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud cart url\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-cart-remove","__idx":37},"children":["ud cart remove"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Remove items from the cart."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud cart remove <domains...>\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-cart-checkout","__idx":38},"children":["ud cart checkout"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Complete the purchase."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud cart checkout\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-cart-payment-methods","__idx":39},"children":["ud cart payment-methods"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Manage payment methods."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud cart payment-methods\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"marketplace","__idx":40},"children":["Marketplace"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-marketplace-listings-create","__idx":41},"children":["ud marketplace listings create"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["List domains for sale on the marketplace."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud marketplace listings create <domains...>\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-marketplace-listings-update","__idx":42},"children":["ud marketplace listings update"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Update existing marketplace listings."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud marketplace listings update <domains...>\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-marketplace-listings-cancel","__idx":43},"children":["ud marketplace listings cancel"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Remove domains from the marketplace."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud marketplace listings cancel <domains...>\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-marketplace-offers-list","__idx":44},"children":["ud marketplace offers list"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["View incoming offers on your domains."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud marketplace offers list\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-marketplace-offers-respond","__idx":45},"children":["ud marketplace offers respond"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Accept or decline an offer."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud marketplace offers respond\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-marketplace-leads-list","__idx":46},"children":["ud marketplace leads list"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["View conversation leads for your domains."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud marketplace leads list\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-marketplace-leads-open","__idx":47},"children":["ud marketplace leads open"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Open a conversation lead."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud marketplace leads open\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-marketplace-leads-messages-list","__idx":48},"children":["ud marketplace leads messages list"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["List messages in a lead conversation."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud marketplace leads messages list\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-marketplace-leads-messages-send","__idx":49},"children":["ud marketplace leads messages send"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Send a message in a lead conversation."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud marketplace leads messages send\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"contacts","__idx":50},"children":["Contacts"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-domains-contacts-create","__idx":51},"children":["ud domains contacts create"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Create an ICANN contact for domain registration."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud domains contacts create --data '{\"firstName\":\"Jane\",\"lastName\":\"Doe\",\"email\":\"jane@example.com\",...}'\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-domains-contacts-list","__idx":52},"children":["ud domains contacts list"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["List your saved ICANN contacts."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud domains contacts list\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"configuration","__idx":53},"children":["Configuration"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-config-set","__idx":54},"children":["ud config set"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Save default options for a command."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud config set \"<command>\" <key> <value>\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example:"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud config set \"domains list\" fields name,expiresAt\nud config set \"domains list\" format json\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-config-get","__idx":55},"children":["ud config get"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["View saved defaults."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud config get [command]\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-config-reset","__idx":56},"children":["ud config reset"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Remove saved defaults."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud config reset <command> [key]\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-env-set","__idx":57},"children":["ud env set"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Switch the active environment."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud env set <environment>\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example:"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud env set sandbox\nud env set production\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-env-show","__idx":58},"children":["ud env show"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Display the current environment."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud env show\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"authentication","__idx":59},"children":["Authentication"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-auth-signup","__idx":60},"children":["ud auth signup"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Create a new Unstoppable Domains account. Prompts for email and password, sends a verification code, and signs you in automatically."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud auth signup\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Requires an interactive terminal. Password must be at least 8 characters with uppercase, lowercase, number, and special character."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-auth-login","__idx":61},"children":["ud auth login"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Sign in to an existing Unstoppable Domains account."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud auth login            # OAuth (opens browser)\nud auth login --key <key>  # API key\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-auth-status","__idx":62},"children":["ud auth status"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Check current authentication status."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud auth status\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-auth-logout","__idx":63},"children":["ud auth logout"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Clear stored credentials."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud auth logout\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"utilities","__idx":64},"children":["Utilities"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-update","__idx":65},"children":["ud update"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Update the CLI to the latest version."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud update\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-update-check","__idx":66},"children":["ud update check"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Check for available CLI updates without installing."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud update check\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-completion","__idx":67},"children":["ud completion"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Generate shell completion scripts."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud completion\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"ud-install---skills","__idx":68},"children":["ud install --skills"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Install agent skills for Claude Code, Cursor, or GitHub Copilot."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"ud install --skills\n","lang":"bash"},"children":[]},{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"info"},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You can also install skills via npx:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"npx skills add unstoppabledomains/ud-cli\n","lang":"bash"},"children":[]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"passing-complex-data","__idx":69},"children":["Passing Complex Data"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For commands that require structured input, use ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--data"]}," for inline JSON or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--file"]}," to read from a file:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"bash","header":{"controls":{"copy":{}}},"source":"# Inline JSON\nud domains contacts create --data '{\"firstName\":\"Jane\",\"lastName\":\"Doe\",\"email\":\"jane@example.com\"}'\n\n# From a file\nud domains dns records add example.com --file records.json\n","lang":"bash"},"children":[]}]},"headings":[{"value":"Command Reference","id":"command-reference","depth":1},{"value":"Search & Discovery","id":"search--discovery","depth":2},{"value":"ud search","id":"ud-search","depth":3},{"value":"ud tlds","id":"ud-tlds","depth":3},{"value":"Domain Management","id":"domain-management","depth":2},{"value":"ud domains list","id":"ud-domains-list","depth":3},{"value":"ud domains get","id":"ud-domains-get","depth":3},{"value":"ud domains push","id":"ud-domains-push","depth":3},{"value":"ud domains auto-renewal update","id":"ud-domains-auto-renewal-update","depth":3},{"value":"ud domains tags","id":"ud-domains-tags","depth":3},{"value":"ud domains flags update","id":"ud-domains-flags-update","depth":3},{"value":"DNS","id":"dns","depth":2},{"value":"ud domains dns records show","id":"ud-domains-dns-records-show","depth":3},{"value":"ud domains dns records add","id":"ud-domains-dns-records-add","depth":3},{"value":"ud domains dns records update","id":"ud-domains-dns-records-update","depth":3},{"value":"ud domains dns records remove","id":"ud-domains-dns-records-remove","depth":3},{"value":"ud domains dns records remove-all","id":"ud-domains-dns-records-remove-all","depth":3},{"value":"ud domains dns nameservers show","id":"ud-domains-dns-nameservers-show","depth":3},{"value":"ud domains dns nameservers set-custom","id":"ud-domains-dns-nameservers-set-custom","depth":3},{"value":"ud domains dns nameservers set-default","id":"ud-domains-dns-nameservers-set-default","depth":3},{"value":"Hosting","id":"hosting","depth":2},{"value":"ud domains hosting redirects show","id":"ud-domains-hosting-redirects-show","depth":3},{"value":"ud domains hosting redirects add","id":"ud-domains-hosting-redirects-add","depth":3},{"value":"ud domains hosting redirects remove","id":"ud-domains-hosting-redirects-remove","depth":3},{"value":"ud domains hosting landers generate","id":"ud-domains-hosting-landers-generate","depth":3},{"value":"ud domains hosting landers show","id":"ud-domains-hosting-landers-show","depth":3},{"value":"ud domains hosting landers download","id":"ud-domains-hosting-landers-download","depth":3},{"value":"ud domains hosting landers remove","id":"ud-domains-hosting-landers-remove","depth":3},{"value":"Backorders & Expireds","id":"backorders--expireds","depth":2},{"value":"ud marketplace expiring list","id":"ud-marketplace-expiring-list","depth":3},{"value":"ud domains backorders create","id":"ud-domains-backorders-create","depth":3},{"value":"ud domains backorders list","id":"ud-domains-backorders-list","depth":3},{"value":"ud domains backorders cancel","id":"ud-domains-backorders-cancel","depth":3},{"value":"Cart & Checkout","id":"cart--checkout","depth":2},{"value":"ud cart list","id":"ud-cart-list","depth":3},{"value":"ud cart add","id":"ud-cart-add","depth":3},{"value":"ud cart url","id":"ud-cart-url","depth":3},{"value":"ud cart remove","id":"ud-cart-remove","depth":3},{"value":"ud cart checkout","id":"ud-cart-checkout","depth":3},{"value":"ud cart payment-methods","id":"ud-cart-payment-methods","depth":3},{"value":"Marketplace","id":"marketplace","depth":2},{"value":"ud marketplace listings create","id":"ud-marketplace-listings-create","depth":3},{"value":"ud marketplace listings update","id":"ud-marketplace-listings-update","depth":3},{"value":"ud marketplace listings cancel","id":"ud-marketplace-listings-cancel","depth":3},{"value":"ud marketplace offers list","id":"ud-marketplace-offers-list","depth":3},{"value":"ud marketplace offers respond","id":"ud-marketplace-offers-respond","depth":3},{"value":"ud marketplace leads list","id":"ud-marketplace-leads-list","depth":3},{"value":"ud marketplace leads open","id":"ud-marketplace-leads-open","depth":3},{"value":"ud marketplace leads messages list","id":"ud-marketplace-leads-messages-list","depth":3},{"value":"ud marketplace leads messages send","id":"ud-marketplace-leads-messages-send","depth":3},{"value":"Contacts","id":"contacts","depth":2},{"value":"ud domains contacts create","id":"ud-domains-contacts-create","depth":3},{"value":"ud domains contacts list","id":"ud-domains-contacts-list","depth":3},{"value":"Configuration","id":"configuration","depth":2},{"value":"ud config set","id":"ud-config-set","depth":3},{"value":"ud config get","id":"ud-config-get","depth":3},{"value":"ud config reset","id":"ud-config-reset","depth":3},{"value":"ud env set","id":"ud-env-set","depth":3},{"value":"ud env show","id":"ud-env-show","depth":3},{"value":"Authentication","id":"authentication","depth":2},{"value":"ud auth signup","id":"ud-auth-signup","depth":3},{"value":"ud auth login","id":"ud-auth-login","depth":3},{"value":"ud auth status","id":"ud-auth-status","depth":3},{"value":"ud auth logout","id":"ud-auth-logout","depth":3},{"value":"Utilities","id":"utilities","depth":2},{"value":"ud update","id":"ud-update","depth":3},{"value":"ud update check","id":"ud-update-check","depth":3},{"value":"ud completion","id":"ud-completion","depth":3},{"value":"ud install --skills","id":"ud-install---skills","depth":3},{"value":"Passing Complex Data","id":"passing-complex-data","depth":2}],"frontmatter":{"title":"CLI Command Reference | Unstoppable Domains Developer Portal","description":"Complete reference for all Unstoppable Domains CLI commands, including syntax, flags, and examples.","seo":{"title":"Command Reference"}},"editPage":{"to":"https://github.com/unstoppabledomains/dev-docs/blob/main/user-api/cli-commands.md"},"lastModified":"2026-03-06T04:10:41.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/user-api/cli-commands","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}