Tsuru cname remove
tsuru cname remove¶
Removes a CNAME from the application. This undoes the change that cname-add
Synopsis¶
Removes a CNAME from the application. This undoes the change that cname-add does.
After unsetting the CNAME from the app, [[tsuru app list]] and [[tsuru app info]] will display the internal, unfriendly address that tsuru uses.
tsuru cname remove <cname> [<cname> ...] [-a/--app appname] [flags]
Options¶
-a, --app string The name of the app.
-h, --help help for remove
Options inherited from parent commands¶
--target string Tsuru server endpoint
--verbosity int Verbosity level: 1 => print HTTP requests; 2 => print HTTP requests/responses
SEE ALSO¶
- tsuru cname - CNAME (Canonical Name) is a custom domain you assign to your application, allowing users to access it via a friendly URL (e.g., myapp.mydomain.com)