Remove an InfluxDB stack

This page documents an earlier version of InfluxDB. InfluxDB v2.7 is the latest stable version. View this page in the v2.7 documentation.

Use the influx stacks remove command to remove an InfluxDB stack and all its associated resources.

Provide the following:

  • Organization name or ID
  • Stack ID
  1. # Syntax
  2. influx stacks remove -o <org-name> --stack-id=<stack-id>
  3. # Example
  4. influx stacks remove \
  5. -o example-org \
  6. --stack-id=12ab34cd56ef