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

# aether warm-slot

> Manage project warm slots

# aether warm-slot

Manage billing warm slots assigned to projects.

**Alias:** `warm-slots`

## Usage

```bash theme={null}
aether warm-slot <subcommand> [flags]
```

## Subcommands

| Subcommand          | Description                |
| ------------------- | -------------------------- |
| `list`              | List warm slots            |
| `assign`            | Assign a project to a slot |
| `release <slot-id>` | Release a slot             |

## Examples

```bash theme={null}
aether warm-slot list
aether warm-slot assign --slot 0 --project proj_a1b2c3d4
aether warm-slot release slot_a1b2c3d4
```

`--project` accepts a full project ID or a unique project ID prefix.
