# pw ai chats resume

> Source: https://parallelworks.com/docs/cli/pw/ai/chats/resume

## pw ai chats resume

Resume an existing AI chat

### Synopsis

The **pw ai chats resume** command continues an existing chat.

The model is automatically detected from the conversation. You can override it with --model.

```
pw ai chats resume <id> [flags]
```

### Examples

```
  # Resume a chat (model auto-detected)
  pw ai chats resume abc-123
  
  # Resume with a specific model
  pw ai chats resume -m owner:provider/model-name abc-123
  
  # Send a single prompt to an existing chat
  pw ai chats resume -p "Summarize our conversation" abc-123
```

### Options

```
      --allocation string   Budget allocation name (required for org provider models)
  -h, --help                help for resume
  -m, --model string        Override the model (default: auto-detected from chat)
  -p, --prompt string       Send a single prompt and exit
```

### Options inherited from parent commands

```
      --context string         The context to use. Overrides PW_CONTEXT environment variable and current context from config.
      --platform-host string   The Parallel Works ACTIVATE platform host to use. Will override any other platform host settings.
  -v, --verbose                Enable verbose logging
```

### SEE ALSO

* [pw ai chats](/docs/cli/pw/ai/chats)	 - Manage AI chats
