Close Checklist (Inspection)
close_checklist_inspectionClose a checklist inspection in Procore by transitioning its status to closed. Resolve the ID with the list tool first. Idempotent for already-closed inspections.
Instructions
Closes the specified Checklist (Inspection) by transitioning its status to closed. This is a dedicated endpoint that performs only the close action and does not accept any additional update parameters. Closing an already-closed Inspection is idempotent and returns the Inspection in its current state. Send only the fields you intend to change; omitted fields keep their current values. project_id defaults to the value set by procore_set_config when omitted, and id must identify an existing parent record — resolve it with the matching list tool first. Returns the modified checklist on success. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: id, project_id. Procore API (v1.1): Project Management > Inspections. Endpoint: PATCH /rest/v1.1/projects/{project_id}/checklist/lists/{id}/close
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Inspections resource | |
| project_id | Yes | URL path parameter — unique identifier for the project. |