---
title: "ktm shell types"
description: "List available shell action types"
sidebarTitle: "types"
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 */}

List available shell action types

## Usage

```bash
ktm shell types [flags]
```

## Examples

```bash
ktm shell types                  # all shell actions
ktm shell types --owner-kind S   # SIM actions only (17)
ktm shell types --owner-kind E   # Ethernet actions only (13)
```

## Flags

| Flag | Type | Default | Description |
| --- | --- | --- | --- |
| `--owner-kind` | string |  | Filter by owner kind: S (SIM) or E (Ethernet) |

## Details

Show which action types can be used in shell mode.

Shell actions are a curated subset of the full action catalog — only direct
device/network operations (USSD, ping, HTTP API, etc.) are included.
Script-execution and test-control actions are excluded.

## Related

- [`ktm shell`](/cli/commands/shell)

<Note>
  Global flags (`--output`, `--debug`, `--host`, …) apply to every command. See the [command reference overview](/cli/commands/overview).
</Note>

## What's next?

<Columns cols={2}>
  <Card title="All commands" icon="terminal" href="/cli/commands/overview">
    Browse the full CLI reference.
  </Card>
  <Card title="Get started" icon="rocket" href="/cli/getting-started">
    Install the CLI and authenticate.
  </Card>
</Columns>
