Teams now manageable as code through CLI, Terraform, and K8s
You can now manage Dash0 teams as code using the Dash0 CLI, Terraform provider, and Kubernetes operator. Team definitions live in the same repository, review process, and rollout pipeline as everything else.
Each team is modelled as a CRD. You can download the YAML of a team from its page in the Organization settings.
Dash0 CLI: Support added in CLI version v1.16.0 and above. The teamsCopy command tree is experimental and requires the --experimentalCopy (-XCopy) flag. Commands include:
dash0 apply -f team.yaml- Create or replace a teamdash0 -X teams list- List all teamsdash0 -X teams get <origin-or-id> -o yaml- Get a team as YAMLdash0 -X teams delete <origin-or-id> --force- Delete a team
Terraform provider: Support in Terraform Provider v1.15.0 and above. Define teams using the dash0_team resource.
Kubernetes operator: Using Dash0 Operator v1.50.0, create the Dash0TeamCopy resource in one of your namespaces alongside a Dash0MonitoringCopy resource.

Fetched July 28, 2026



