Update the status of an action run
patch
/v1/projects/{ref}/actions/{run_id}/statusUpdates the status of an ongoing action run.
OAuth scopes
- environment:write
Path parameters
- refRequiredstring
Project ref
- run_idRequiredstring
Action Run ID
Body
- cloneOptionalenum
- pullOptionalenum
- healthOptionalenum
- configureOptionalenum
- migrateOptionalenum
- seedOptionalenum
- deployOptionalenum
Response codes
- 200
- 401
- 403
- 429
- 500
Response (200)
1{2 "message": "ok"3}