Open endpoint details
Open an endpoint’s options menu and select Details. For a running endpoint, the details view can include:- Endpoint URL
- Model
- GPU and quantization
- Context window
- License
- Region
- Cost so far and current hourly rate
- Replica count
- Requests per hour
- Inter-token latency
- Tokens in and out over 24 hours
- Output speed
- Quick-start snippets for Python, JavaScript, and
curl
Understand endpoint states
The console says starting a model takes about 90 seconds.
Stop an endpoint
Use Stop when you want to take an endpoint offline but may need the same configuration again.- Open the endpoint’s options menu.
- Select Stop.
- Review the confirmation.
- Select Stop model.
Stopping keeps the endpoint configuration, but it does not reserve the underlying capacity. Starting it again later still depends on capacity being available in the selected location.
Start a stopped endpoint
- Open the options menu for a Stopped endpoint, or open its details.
- Select Start or Start model.
- Review the confirmation.
- Select Start model.
Retry failed replicas
A Retry action can appear for endpoints that are Partially running or in Error. Retry asks Hivenet to try the failed serving replicas again. Healthy replicas are left alone, so a Partially running endpoint can keep serving while recovery is attempted. Retry does not start an endpoint that you deliberately stopped. Use Start for a Stopped endpoint. If Retry is unavailable or repeatedly fails, see Troubleshoot Hivenet Inference API.Change replica count
When the Edit control is available beside Replicas in endpoint details:- Select Edit.
- Choose the new fixed replica count allowed by the console.
- Review the updated capacity and price.
- Select Save.
Terminate an endpoint
Use Terminate only when you no longer need the endpoint. Termination is permanent.- Open the endpoint’s options menu.
- Select Terminate.
- Review the confirmation checklist.
- Confirm each item to acknowledge that requests will fail, the endpoint URL will no longer be usable, billing will stop when termination completes, and the action cannot be undone.
- Select Permanently terminate.
- The endpoint no longer serves requests.
- Its URL can no longer be used.
- It cannot be started again.
- Serving charges stop once termination is complete.
- The terminated entry remains visible until you clear it.
Clear a terminated endpoint
Clear removes an already-terminated entry from the Deployments list.- Open the options menu for a Terminated endpoint.
- Select Clear.
- Review the confirmation.
- Select Clear model.