Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created on
07-23-2024
06:26 PM
- last edited on
04-20-2026
11:28 PM
by
GrazittiAPI
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,