Skip to main content

Usage

anaconda ai stop <SERVER> [OPTIONS]

Description

Stops a running inference server. By default, the server configuration is preserved after stopping. Use --rm to delete the server configuration on stop.

Arguments

Options

The --rm option is only supported by the ai-catalyst backend. The ai-navigator and anaconda-desktop backends do not support server removal.

Examples

Stop a server
anaconda ai stop abc123
Stop a server and remove its configuration
anaconda ai stop abc123 --rm