MCPcopy Index your code
hub / github.com/agent0ai/agent-zero / deactivate_project

Method deactivate_project

api/projects.py:134–137  ·  view source on GitHub ↗
(self, context_id: str|None)

Source from the content-addressed store, hash-verified

132 return projects.activate_project(context_id, name)
133
134 def deactivate_project(self, context_id: str|None):
135 if not context_id:
136 raise Exception("Context ID is required")
137 return projects.deactivate_project(context_id)
138
139 def get_file_structure(self, name: str|None, settings: dict|None):
140 if not name:

Callers 3

processMethod · 0.95
_handle_projectFunction · 0.80
_select_projectFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected