Direct traffic to a deployment
Each TVC app has one live deployment at a time. To switch traffic to a different deployment, use the dashboard or the CLI. Dashboard: Click into your deployment on the TVC dashboard and click Direct Traffic, then confirm with Make live.
Delete a deployment
Deleting a deployment tears down its deployed resources so that the enclave instances are stopped and cleaned up. The deployment record remains visible in the dashboard. Dashboard: Click into your app, find the deployment, and click Delete deployment.
Delete an app
Deleting an app tears down all of its child deployments. As with deployment deletion, the resources are cleaned up but the records remain visible. Dashboard: Click into your app on the TVC dashboard and click Delete app. CLI:Restore a deployment
A deployment marked for deletion can be restored before its resources are fully cleaned up. Dashboard: Click into your app, find the deployment, and click Restore deployment.