influxdb3 loadcap delete

Use influxdb3 loadcap delete to delete a workload capture profile. You can’t delete a profile while it’s still capturing. Wait for the capture to finish, then retry.

Load capture requires the upgraded storage engine—the default for new clusters. On clusters that started on 3.10 or earlier, first run the storage engine upgrade (--upgrade-pacha-tree). Send requests to a node with an explicit --mode setting that includes query, for example, --mode query or --mode ingest --mode query --mode compact. Load capture isn’t available on a node that uses the default --mode all configuration.

Usage

influxdb3 loadcap delete --profile-id <PROFILE_ID> [OPTIONS]

Options

OptionDescriptionDefaultEnvironment variable
--profile-id <PROFILE_ID>Capture profile identifier
-H--host <HOST_URL>InfluxDB 3 Enterprise server URLhttp://127.0.0.1:8181INFLUXDB3_HOST_URL
--token <AUTH_TOKEN>Authentication tokenINFLUXDB3_AUTH_TOKEN
--tls-ca <CA_CERT>Path to a custom TLS certificate authorityINFLUXDB3_TLS_CA
--tls-no-verifyDisable TLS certificate verificationINFLUXDB3_TLS_NO_VERIFY
-h--helpPrint help information

Was this page helpful?

Thank you for your feedback!