Skip to main content
Nintex Community Menu Bar
Solved

Delete environment library

  • January 25, 2022
  • 4 replies
  • 12 views

Forum|alt.badge.img+3

Is there a way to delete Environment Library?

Best answer by khanh

Hi maynero,

 

There might be a system 'Environment' SmartObject that will let you delete it. The smartobject is located under 'SystemManagementEnvironmentSmartObjects' category, it requires K2 Server Admin in Management site to run it. I think you will fire off 'GetAllEnvironments' method to get the correct environment Guid and will use that for the 'Delete' method.

 

Warning: Please make a backup of your Nintex K2 environment and schedule a downtime for this. If you run into any issues after deleting the non-default environment library, then you can restore the  environment right after it.

4 replies

Forum|alt.badge.img+10
  • Nintex Employee
  • January 25, 2022

Hi maynero,

 

It's not possible delete the environment library in Five. The environment library is very essential to Nintex K2 Five environment. It is used by many other things (i.e. Deployment, K2 for SharePoint integration, Package Deployment...), I would not recommend deleting it.


Forum|alt.badge.img+3
  • Author
  • Rookie
  • January 25, 2022
I know there is the default Development and Production environment, we don't plan on deleting those. Just the environments that we created ourselves. Even that we can't delete?

Forum|alt.badge.img+10
  • Nintex Employee
  • Answer
  • January 26, 2022

Hi maynero,

 

There might be a system 'Environment' SmartObject that will let you delete it. The smartobject is located under 'SystemManagementEnvironmentSmartObjects' category, it requires K2 Server Admin in Management site to run it. I think you will fire off 'GetAllEnvironments' method to get the correct environment Guid and will use that for the 'Delete' method.

 

Warning: Please make a backup of your Nintex K2 environment and schedule a downtime for this. If you run into any issues after deleting the non-default environment library, then you can restore the  environment right after it.


Forum|alt.badge.img+3
  • Author
  • Rookie
  • January 26, 2022

That works, thank you!