Backend List
Backend List screen allows users to manage routing targets for APIs, including external LLM providers and in-cluster models or REST services.
Access Backend List Screen
In the left-side navigation, select Backends:

Search the Backend
You can use the Search function to quickly find specific backend:
- Name: Filter by Backend name
- Project: Filter by Project (default: All)
- Cluster: Filter by Cluster (default: All)
- Namespace: Filter by Namespace (default: All)
Search results are displayed immediately after the user enters a keyword or selects a value.
User can click Add Tag to add tag filters. Multiple tags are supported and combined using AND logic:

View Backend List
You can see a table listing all Backends matching your filters (if any). The information includes:
- Backend Name: Backend resource name. Click to open Backend Details.
- Provider: LLM provider
- Model: Model identifier
- Secret: API key Secret name used for backend authentication
- Namespace: The namespace where the backend is deployed
Action
Create
User can click Register Backend to create a new Backend. When clicked, navigates to Register Backend screen.
View Details
User can click the Backend name to open the Backend Detais page.
Delete
User can delete a backend by clicking the Trash icon. Upon clicking, a confirmation popup will appear, and users must enter the backend name to confirm deletion:
