lbcli delete logs tls-bundles

AI Tools

Deletes a TLS bundle.

Note

Log streaming is currently in tech preview.

Synopsis

Delete a TLS bundle by name.

Deletion will fail with a FailedPrecondition error if the bundle is still referenced by one or more log targets. Delete or update the dependent targets first.

lbcli delete logs tls-bundles [flags]

Examples

# Delete the TLS bundle named "loki-ca-bundle" lbcli -J $JWT delete logs tls-bundles --name=loki-ca-bundle

Flag

Short

Type

Default

Description

--help

-h

bool


Help for tls-bundles.

--name


string


Name of the TLS bundle to delete (required).