# Pause a project Pause an active project, making it inactive. This is useful for temporarily halting a project. Endpoint: POST /projects/{project_id}/deactivate Version: 1.0.0 Security: api_key, tenant_id ## Path parameters: - `project_id` (string, required) The ID of the project to deactivate ## Response 404 fields (application/json): - `detail` (object) - `detail.error` (string) Example: "not_found" - `detail.message` (string) Example: "Project not found." ## Response 422 fields (application/json): - `detail` (array) - `detail.loc` (array, required) - `detail.msg` (string, required) Example: "field required" - `detail.type` (string, required) Example: "value_error.missing" ## Response 200 fields