Move Action Plan Into "In Progress"
move_action_plan_into_in_progressMove an action plan to In Progress status in Procore, setting it to 'in_progress' and preventing further modifications.
Instructions
Move Action Plan into "In Progress". This will set the status of the Plan to "in_progress". Once in this state, only specific updates to the Plan are allowed. 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. Applies the change and returns the updated action plan into in progress. 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: project_id, id. Procore API: Project Management > Action Plans. Endpoint: POST /rest/v1.0/projects/{project_id}/action_plans/plans/{id}/publish
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the Action Plans resource | |
| project_id | Yes | URL path parameter — unique identifier for the project. |