Skip to main content
POST
Run API - Cancel

Authorizations

x-api-key
string
header
required

API Key used to authenticate your requests. How to create one.

Path Parameters

workspaceId
string<uuid>
required

Your workspace ID. How to find it?

projectName
string
required

The name you assigned when creating the Project.

runId
string<nanoid>
required

Run ID

Response

Run canceled successfully. Any pending Runs that depend on this Run are canceled with it.

runId
string
required

Unique identifier for the run, prefixed nanoId (ru_...)

status
enum<string>
required

Status of the Run after cancellation.

Available options:
canceled