You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a project is deleted, it cannot be restored.
If project deleted and it is really a problem for a team (or for corner case reason like #55), it could be a problem.
An orientation could be to use POST api/project_dump/export to backup the project before delete it.
This is an asynchronous process, so the task in output response should be regularly checked to wait finished status before deleting concretely the project.
The text was updated successfully, but these errors were encountered:
When a project is deleted, it cannot be restored.
If project deleted and it is really a problem for a team (or for corner case reason like #55), it could be a problem.
An orientation could be to use
POST api/project_dump/export
to backup the project before delete it.This is an asynchronous process, so the task in output response should be regularly checked to wait finished status before deleting concretely the project.
The text was updated successfully, but these errors were encountered: