Skip to main content

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 billing warm slots assigned to projects. Alias: warm-slots

Usage

aether warm-slot <subcommand> [flags]

Subcommands

SubcommandDescription
listList warm slots
assignAssign a project to a slot
release <slot-id>Release a slot

Examples

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.