Warning: Permanent Action
Deletion is permanent and immediate. All data on the instance will be lost. Always create a snapshot or backup before deleting.
Before You Delete
Create a Snapshot (Recommended)
If there's any chance you'll need this data again:
- Select the instance
- Click Create Snapshot
- Wait for the snapshot to complete
- Verify the snapshot appears in your Images list
Backup Important Data
Download any critical files, databases, or configurations:
# Example: Download files via SCP
scp -r user@instance-ip:/path/to/important/files ./backup/
# Example: Backup database
ssh user@instance-ip "mysqldump -u root -p database_name" > backup.sqlUpdate DNS
If this instance is serving traffic, update your DNS records to point elsewhere before deleting.
Check for Floating IPs
Floating IPs are not automatically deleted. You'll need to release them separately to avoid charges.
Deleting an Instance
- Log into the Cloud Control Panel
- Navigate to Compute → Instances
- Find the instance you want to delete
- Click the actions dropdown (⋮) for that instance
- Select Delete Instance
- Confirm the deletion when prompted

What Gets Deleted
✓ Deleted
- • Instance and all data
- • Boot volume
- • Ephemeral storage
✗ NOT Deleted
- • Floating IPs
- • Snapshots
- • Security groups
- • SSH keys
- • Additional volumes
Billing After Deletion
Billing stops immediately upon deletion:
- You're charged only for the hours the instance was running
- No partial hour charges - billed to the nearest hour
- Any unused monthly bandwidth does not roll over
- Floating IPs continue to incur charges until released
⚠️ Additional Resources Continue Charging
Additional volumes are not automatically deleted when an instance is deleted. They remain in your account and continue to incur storage charges until you manually delete them.
Alternative: Shelve Instance
If you want to temporarily stop charges without deleting, consider shelving the instance instead:
Benefits of Shelving
- • Creates a snapshot automatically
- • Removes the instance from compute
- • Stops compute charges
- • Can be unshelved later to restore
Important Notes
- • Storage charges continue
- • Snapshot created counts toward quota
- • Can unshelve anytime
- • Data preserved completely
To Shelve an Instance
- Select the instance
- Click Shelve Instance in the actions menu
- Wait for the shelving process to complete
To Restore a Shelved Instance
- Find the shelved instance in your instance list
- Click Unshelve Instance
- The instance will boot from its snapshot
💡 Pro Tip
With hourly billing, you can safely delete instances you're not using and recreate them later from snapshots. This gives you maximum flexibility while minimizing costs.
