Created 07-23-2024 06:26 PM
When accessing the project page in cdsw, we can' t find that page will display an error page. The project has been deleted, but is now displayed in the project list. Any idea how to erase this?
Created 07-29-2024 10:21 PM
@Seunggoo, Welcome to our community! To help you get the best possible answer, I have tagged in our CDSW experts @Gopinath @ZsoltH @ywu who may be able to assist you further.
Please feel free to provide any additional information or details about your query, and we hope that you will find a satisfactory solution to your question.
Regards,
Vidya Sargur,Created 07-29-2024 10:38 PM
Hi,
Please see if you could access:
http(s)://<CDSW_DOAMIN>/<USER>/<PROJECT>/settings/delete
If it does then use the delete button here to delete it.
If you cannot access the page then we can only remove it from the backend psql db:
# kubectl exec -it $(kubectl get pods -l role=db -o jsonpath='{.items[*].metadata.name}') -- psql -P pager=off -U sense
Find the project table and remove the related entry.
Note: please be very careful when you're operating the backend db. Incorrect operation may cause irreversible loss.
Created 08-08-2024 09:59 PM
@Seunggoo, did the response help resolve your query? If it did, kindly mark the relevant reply as the solution, as it will aid others in locating the answer more easily in the future.
Regards,
Vidya Sargur,