lbcli delete trusted-host

AI Tools

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.

lbcli delete host [flags]

Examples:

# 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).