1
Delete-eStack-Instance
rob edited this page 2026-06-29 09:04:49 +00:00
To delete estack instance we just need to remove them to our database metapms.
- Login ssh root@cb.estack.com
msyqluse metapmsselect * from CustomerAccount;to check the ID of the instancedelete from CustomerAccount where id=100;- Ex. 100 is the instance ID.