> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Status

## Example Usage

```typescript theme={null}
import { Status } from "@openrouter/sdk/models/operations";

let value: Status = "stopped";

// Open enum: unrecognized values are captured as Unrecognized<string>
```

## Values

```typescript theme={null}
"awaiting_slack_install" | "queued" | "provisioning" | "running" | "failed" | "stopped" | "destroying" | "destroy_failed" | Unrecognized<string>
```
