---
title: "ktm collections"
description: "Collections : arborescence hiérarchique de tests et dashboards"
sidebarTitle: "collections"
lastUpdated: "2026-09-23"
---

> **For AI agents:** the complete documentation index is at [llms.txt](/llms.txt). Append `.md` to any page URL for its markdown version.

{/* GENERATED FILE: do not edit by hand. Regenerate with: node scripts/generate.mjs */}

Collections : arborescence hiérarchique de tests et dashboards

## Utilisation

```bash
ktm collections [flags]
```

## Sous-commandes

<Columns cols={2}>
  <Card title="can-edit" icon="angle-right" href="/fr/cli/commands/collections/can-edit">
    Vérifier si l'utilisateur courant peut modifier une collection
  </Card>
  <Card title="create" icon="angle-right" href="/fr/cli/commands/collections/create">
    Créer une nouvelle sous-collection sous --parent
  </Card>
  <Card title="delete" icon="angle-right" href="/fr/cli/commands/collections/delete">
    Déplacer une collection vers la corbeille de l'organisation (suppression douce)
  </Card>
  <Card title="get" icon="angle-right" href="/fr/cli/commands/collections/get">
    Récupérer une seule collection avec son chemin de navigation
  </Card>
  <Card title="items" icon="angle-right" href="/fr/cli/commands/collections/items">
    Lister les éléments (tests + dashboards) dans une collection
  </Card>
  <Card title="list" icon="angle-right" href="/fr/cli/commands/collections/list">
    Lister les sous-collections sous un UID parent
  </Card>
  <Card title="move" icon="angle-right" href="/fr/cli/commands/collections/move">
    Déplacer une collection sous un nouveau parent UID
  </Card>
  <Card title="move-items" icon="angle-right" href="/fr/cli/commands/collections/move-items">
    Déplacer des tests/dashboards dans une collection cible
  </Card>
  <Card title="rename" icon="angle-right" href="/fr/cli/commands/collections/rename">
    Renommer une collection
  </Card>
  <Card title="search" icon="angle-right" href="/fr/cli/commands/collections/search">
    Rechercher des collections et éléments dans un sous-arbre de collection
  </Card>
</Columns>

<Note>
  Les flags globaux (`--output`, `--debug`, `--host`, ...) s'appliquent à toutes les commandes. Voir la [présentation de la référence des commandes](/fr/cli/commands/overview).
</Note>

## Et ensuite ?

<Columns cols={2}>
  <Card title="Toutes les commandes" icon="terminal" href="/fr/cli/commands/overview">
    Parcourir la référence complète du CLI.
  </Card>
  <Card title="Premiers pas" icon="rocket" href="/fr/cli/getting-started">
    Installer le CLI et s'authentifier.
  </Card>
</Columns>
