Articles in this section

error: The environment <environment name> is currently building, and therefore can't be deleted

To delete an environment, all its containers need to be up and running. Any stuck processes running on the app container like long-running crons will prevent the deletion process to complete. You can take these two actions to get the deletion to not fail:

  1. SSH into the app container and kill any running cron process. Use ps axf and kill commands.
  2. Make sure services versions match to the last successful deploy. Downgrading services will fail causing the deploy to hang.

If the deleting an environment still hanging after trying the above steps, please open a support ticket, so we can manually delete the stuck environment.

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.