From 080a486b76ea7646ba70191299be465297823e28 Mon Sep 17 00:00:00 2001 From: rob Date: Mon, 29 Jun 2026 09:04:49 +0000 Subject: [PATCH] Migrated from GitLab wiki --- Delete-eStack-Instance.-.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Delete-eStack-Instance.-.md diff --git a/Delete-eStack-Instance.-.md b/Delete-eStack-Instance.-.md new file mode 100644 index 0000000..8754417 --- /dev/null +++ b/Delete-eStack-Instance.-.md @@ -0,0 +1,7 @@ +To delete estack instance we just need to remove them to our database `metapms`. + +1. Login ssh root@cb.estack.com +2. `msyql` +3. `use metapms` +4. `select * from CustomerAccount;` to check the ID of the instance +5. `delete from CustomerAccount where id=100;` - Ex. 100 is the instance ID.