---
title: "ktm agents reboot"
description: "Redémarrer un agent ou un slot SIM spécifique"
sidebarTitle: "reboot"
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 */}

Redémarrer un agent ou un slot SIM spécifique

## Utilisation

```bash
ktm agents reboot [flags]
```

## Exemples

```bash
ktm agents reboot --agent gsm-gateway-01 --confirm
ktm agents reboot --agent gsm-gateway-01 --slot 3 --confirm
```

## Flags

| Flag | Type | Défaut | Description |
| --- | --- | --- | --- |
| `--agent` | string |  | Nom d'hôte ou UUID de l'agent (requis) |
| `--confirm` | boolean |  | Exécuter le redémarrage (sans ce flag, affiche un aperçu) |
| `--slot` | int |  | ID du slot SIM (cellular uniquement) |
| `--type` | string |  | Type d'agent : cellular, ethernet, smartphone (déduit d'un nom d'hôte) |

## Détails

Redémarre un agent, ou un slot SIM d'un agent cellular.

--agent accepte l'un ou l'autre des identifiants : le nom d'hôte de l'agent ou
son UUID. --type ne sert qu'à lever l'ambiguïté d'un UUID : avec un nom d'hôte,
le type de l'agent est retrouvé automatiquement.

## Voir aussi

- [`ktm agents`](/fr/cli/commands/agents)

<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>
