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
In orchestrator/cli/resources/context/delete.py we validate that the context is valid before allowing the user to delete it. This doesn't make sense and prevents users from deleting invalid contexts.
Issue
In
orchestrator/cli/resources/context/delete.pywe validate that the context is valid before allowing the user to delete it. This doesn't make sense and prevents users from deleting invalid contexts.