lbcli delete trusted-host
Deletes an existing trusted host configuration.
Synopsis
Deletes a trusted host configuration used to store configuration for In-Band Authentication. Both the host resource and its secrets will be deleted by this command. In-Band Authentication functionality and its APIs are under development and are available for evaluative purposes only. They should not be used in production clusters.
lbcli delete host [flags]
Examples:
x
# Delete a single trusted host with name 'host12' under 'proj-a' project.
lbcli -J $JWT delete trusted-host --project-name=proj-a --name="vol1"
Flag | Short | Type | Default | Description |
---|---|---|---|---|
--help | -h | bool | Help for host. | |
--name | string | The name of the host to be deleted (required). | ||
--project-name | string | The project this host belongs to (required). |
Was this page helpful?