# Cancel a running pre-migration analysis task **POST /analysis/{projectId}/task/cancel** Cancel a running pre-migration analysis task. ## Servers - http://127.0.0.1:8278/api/v1: http://127.0.0.1:8278/api/v1 () ## Parameters ### Path parameters - **projectId** (string) Project ID ## Responses ### 200 OK #### Body: application/json (object) - **projectId** (string) - **status** (string) - **submittedAt** (string(date-time)) ### 404 Not found #### Body: application/json (object) - **jobId** (string) - **message** (string) - **description** (string) - **timestamp** (string(date-time)) ### 498 Analysis task could not be cancelled #### Body: application/json (object) - **jobId** (string) - **message** (string) - **description** (string) - **timestamp** (string(date-time)) [Powered by Bump.sh](https://bump.sh)