Skip to main content
Displays detailed information about an Inference Endpoint, including its name, ID, creator, owner, configuration, runtime status, creation date, endpoint URL, and its Playground URL (a hosted Chainlit instance that’s already hooked up to your Inference Endpoint).

Usage

flexai inference inspect <inference_endpoint_name> [flags]

Arguments

ArgumentTypeRequiredDescription
inference_endpoint_namestringYesThe name of the Inference Endpoint to inspect.

Flags

FlagShortTypeDescription
--help-hbooleanDisplays this help page.
--json-jbooleanDisplays inference information in JSON format.
--verbose-vbooleanProvides more detailed output when inspecting an Inference Endpoint.