Skip to main content
When a model is no longer needed, you can terminate its deployment to immediately stop all associated charges and release GPU resources.
This action is permanent and cannot be undone. Terminating a deployment will permanently remove the model and all associated data from the platform.

How to Terminate a Deployment

Follow these steps to terminate a deployment:
1

Navigate to the Dashboard

Go to Operations → Dashboard to view all your active deployments.Termination
2

Select the Deployment

Click on the deployment you want to terminate to view its details.
3

Open the Termination Menu

Click the Trash button to initiate the termination process, located on the right when hovering deployed model.
4

Confirm Termination

A confirmation dialog will appear requiring you to:
  • Read the warning about permanent deletion
  • Type the exact deployment name to confirm
  • Click the Terminate Deployment button to proceed
This safety mechanism prevents accidental terminations.

What Happens When You Terminate

When you terminate a deployment:
All GPU resources associated with the deployment are immediately released. You will not be charged for GPU usage beyond the termination time.
The deployment’s API endpoint becomes immediately unavailable. Any requests to the endpoint will fail.
All deployment configuration, logs, and associated data are permanently deleted from the platform.
Billing for the deployment stops immediately upon termination. Unlike previous systems where GPU clusters needed separate release, terminating a deployment now automatically releases all associated GPU resources and stops all charges.

Frequently Asked Questions

No. Billing stops immediately when you terminate a deployment. All GPU resources are automatically released, and no further charges will accrue.
No. Termination is permanent. To use the same model again, you must create a new deployment with the same configuration.
The API keys associated with the terminated deployment become invalid and cannot be reused. New deployments will receive new API credentials.
Termination is typically instantaneous. The deployment status changes to “Terminated” within seconds, and billing stops immediately.
Currently, deployments must be terminated individually. Bulk termination features may be added in future updates.