Name
qube-delete-namespace - Deletes a namespace.
Synopsis
qube delete-namespace [-hqVy] [-a=<applicationName>] [--endpoint=<baseUri>] [-n=<namespaceName>] [-o=<outputFormat>] [-s=<subscriptionName>]
Description
Deletes a namespace. WARNING: All applications as well as custom domain mapping will be unrecoverably removed.
Options
- -a, --application=<applicationName>
-
Name of application to manage.
Not required for commands listed by
-noption, as well aslist-applicationsandupload. - --endpoint=<baseUri>
-
Management endpoint. Defaults to https://manage.payara.cloud. Set it to management endpoint of your Payara Qube instance if that’s your target. Also settable with environment variable QUBE_ENDPOINT
- -h, --help
-
Show this help message and exit.
- -n, --namespace=<namespaceName>
-
Name of namespace to manage.
Required for all commands except
login,list-namespacesandcreate-namespace. - -o, --output=<outputFormat>
-
Set the output format. Allowed values: TEXT, JSON.
- -q, --quiet
-
Enable quiet output.
Only result of operations will be displayed to
stdout, or error message tostderr. - -s, --subscription=<subscriptionName>
-
Specify the name of the subscription to use. This is only necessary when your account has access to multiple subscriptions.
- -V, --version
-
Print version information and exit.
- -y, --yes, --confirm
-
Pass this argument to really delete. Without it warning with detail of namespace is displayed