Abort job run | Jobs | Northflank API docs
v1
Double column
API
CLI
JS Client

Jobs /

Abort job run

Aborts the given job run

Required permission

Project > Jobs > Deployment > Deploy Build

Path parameters

    • projectId

      string required

      ID of the project

    • jobId

      string required

      ID of the job

    • runId

      string required

      ID of the job run

Response body

  • {object}

    Response object.

    • data

      {object} required

      Result data.

    API
    CLI
    JS Client

    DELETE /v1/projects/{projectId}/jobs/{jobId}/runs/{runId}

    Example response

    200 OK

    The operation was performed successfully.

    JSON

    {
      "data": {}
    }

    © 2024 Northflank Ltd. All rights reserved.