inference
inference delete
Delete an inference endpoint
Delete an existing Inference Endpoint by specifying its name. This action is irreversible and will permanently remove the 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.
Delete an inference endpoint
flexai inference delete <inference_endpoint_name> [flags]
| Argument | Type | Required | Description |
|---|---|---|---|
inference_endpoint_name | string | Yes | The name of the Inference Endpoint to delete. |
| Flag | Short | Type | Description |
|---|---|---|---|
--help | -h | boolean | Displays this help page. |
--verbose | -v | boolean | Provides more detailed output when deleting an Inference Endpoint. |
Was this page helpful?