Skip to main content
POST
Retry a terminal execution

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

authorization
string | null
x-ankra-organisation-id
string | null

Path Parameters

execution_id
string<uuid4>
required

Response

Successful Response

display_name
string
required
id
string<uuid>
required
name
string
required
organisation_id
string<uuid>
required
scope
enum<string>
required
Available options:
cluster,
platform
status
enum<string>
required
Available options:
running,
stopping,
success,
cleanup,
failed,
critical,
cancelled
type
string
required
cluster_id
string<uuid> | null
cluster_name
string | null
created_at
string<date-time> | null
error_excerpt
string | null
outcome
enum<string> | null
Available options:
unknown,
noop,
mutated,
failed,
cancelled
step_summary
StepSummary · object
updated_at
string<date-time> | null