Skip to main content

Delete an Instance

Deleting an instance permanently removes it and all associated data. This action cannot be undone. Consider creating a snapshot first to back up your environment.

Interactive

Run the delete command to see a list of your instances:
tnr delete
Select an instance and confirm the deletion.

Direct

Delete an instance directly by ID:
tnr delete 0
This skips the interactive menu but still requires confirmation.

Before Deleting

Before deleting an instance, make sure to:
  1. Download important files: Use tnr scp to save any outputs, models, or data you need
  2. Create a snapshot: If you want to restore your environment later, create a snapshot first
  3. Push code to GitHub: Commit and push any code changes to a remote repository

Billing

Billing stops immediately when an instance is deleted. You are charged only for the time the instance was running. Check your usage and billing details in the console billing settings.