Skip to content
Management API Reference

Update the status of an action run

patch/v1/projects/{ref}/actions/{run_id}/status

Updates the status of an ongoing action run.

OAuth scopes

  • environment:write

Path parameters

  • ref
    Required
    string

    Project ref

  • run_id
    Required
    string

    Action Run ID

Body

  • clone
    Optional
    enum
  • pull
    Optional
    enum
  • health
    Optional
    enum
  • configure
    Optional
    enum
  • migrate
    Optional
    enum
  • seed
    Optional
    enum
  • deploy
    Optional
    enum

Response codes

  • 200
  • 401
  • 403
  • 429
  • 500

Response (200)

1
{
2
"message": "ok"
3
}