Skip to main content
PUT
/
{space_id}
/
workflows
/
{workflow_id}
/
jobs
/
{workflow_job_id}
/
stop
Error
A valid request URL is required to generate request examples
{
  "code": 500,
  "message": "An unexpected error occurred"
}

Authorizations

Authorization
string
header
required

API key passed as a Bearer token in the Authorization header

Path Parameters

space_id
string<uuid>
required

UP Space Id

Example:

"d290f1ee-6c54-4b01-90e6-d701748f0851"

workflow_id
string<uuid>
required

Unique identifier of a Workflow

Example:

"e3c908ad-dc8f-4edb-88f7-c84dec0aef99"

workflow_job_id
string<uuid>
required

workflow job id

Example:

"fe2ecbvw-8c9a-4d2b-9f0e-1a2b3c4d5e6f"

Response

Accepted