Deployment Details Page
Clicking on any deployment entry will take the user to the Deployment Details page, which consists of three sections:
Dashboard
This section provides key metrics, including: - A Requests vs Time graph, visualizing the number of requests made over time. - An Average Prediction Latency graph, showing latency trends.
Users can filter these graphs by sample count, granularity (Month, Year, Hour, Day, Minute, etc.), and set custom date ranges using the options on the left side of the graph.
Auth Keys
This section presents a table displaying existing authorization keys for the deployment. The table includes:
Auth Key
Key Type
Expiry Date
Users can select and delete keys using the action button that appears in the top left of the table.
Integrations
In this section, users can choose a programming language (e.g., Python, C) and view the corresponding code snippets to integrate the deployment with their application. The integration code can be easily copied using the provided buttons below each language icon.
How to Wakeup a Hibernated Server
To wake up a deployment that is hibernated due to inactivity, users must:
Navigate to the Deployment Details page.
Click the hamburger button on the top-right corner.
Select the
Wake up Server
option.
Complete the confirmation form by typing
CONFIRM
to activate the server.
How to delete a deployment
To delete a deployment, users must:
Navigate to the Deployment Details page.
Click the hamburger button on the top-right corner.
Select the
Delete Deployment
option.
Complete the confirmation form by typing
CONFIRM
to proceed with the deletion.