---
title: "plm logout"
description: "Revoke the current CLI token and clear credentials"
---

{/* AUTO-GENERATED by packages/cli/scripts/generate-docs.ts — do not edit by hand. */}
## plm logout

Revoke the current CLI token and clear credentials

**Usage**

```bash
plm logout
```

**Options**

- `--format <fmt>` — output format _(default: `"json"`)_

<details>
<summary>Agent-readable summary</summary>

```json
{
  "command": "plm logout",
  "description": "Revoke the current CLI token and clear credentials",
  "arguments": [],
  "options": [
    {
      "flags": "--format <fmt>",
      "description": "output format",
      "required": false,
      "default": "json"
    }
  ],
  "subcommands": []
}
```

</details>
