Listing Model Endpoints
View the model endpoints created in the selected Language compartment.
A model endpoint can be in one of the following statuses:
- 
Creating: The model endpoint is being created.
 - 
Active: The model endpoint is successfully created and ready for use.
 - 
Updating: The model endpoint details, such as name, DNS zones, or compartment, are being updated.
 - 
Moving: The model endpoint is being moved to another compartment.
 - 
Deleting: The model endpoint is being deleted.
 - 
Deleted: The model endpoint is successfully deleted.
 - 
Failed: The model endpoint wasn't created, updated, or deleted successfully.
 
- 
 Use the oci ai language endpoint list command and required parameters to list the model endpoints in a compartment:
oci ai language endpoint list --endpoint-id <endpoint-id>... [OPTIONS]For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
Use the ListEndpoint operation to view the list of model endpoints in the compartment.