inference
inference stop
Stop a running inference endpoint
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Stop a running inference endpoint
flexai inference stop <inference_endpoint_name> [flags]
| Argument | Type | Required | Description |
|---|---|---|---|
inference_endpoint_name | string | Yes | The name of the Inference Endpoint to stop. |
| Flag | Short | Type | Description |
|---|---|---|---|
--help | -h | boolean | Displays this help page. |
--verbose | -v | boolean | Provides more detailed output when stopping an Inference Endpoint. |
Was this page helpful?