Unarchive Run
Restores an archived run to its prior terminal status. Idempotent on runs that are terminal but not archived (returns the current status without emitting an event). Returns 409 if the run is active.
Path parameters
Unique run identifier (ULID).
Response
Run unarchived (or already not archived)
Example response
{
"repository": {
"name": "fabro-sh/fabro",
"origin_url": "https://github.com/fabro-sh/fabro.git"
},
"lifecycle": {
"error": {
"message": "Stage 'apply-changes' exceeded maximum retries."
}
},
"timing": {
"wall_time_ms": 420000,
"inference_time_ms": 120000,
"tool_time_ms": 60000,
"active_time_ms": 180000
},
"diff": {
"files_changed": 42,
"additions": 567,
"deletions": 234
},
"pull_request": {
"owner": "fabro-sh",
"repo": "fabro",
"number": 123,
"html_url": "https://github.com/fabro-sh/fabro/pull/123"
},
"current_question": {
"text": "Accept or push for another round?"
}
}Changes
Changed in 15 of the 139 revisions of this API.12425
- ▲
removed the required property
//////////from the response with the statusresponse-required-property-removed
- ▲
removed the required property
//////////from the response with the statusresponse-required-property-removed
- ○
added the optional property
//////////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////////to the response with the statusresponse-optional-property-added
- ○
added the required property
//////////to the response with the statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the optional property
/////to the response with the statusresponse-optional-property-added
- ○
- ●
added the new
publish_failedenum value to the//////response property for the response statusresponse-property-enum-value-added
- ○
the response property
/////became required for the statusresponse-property-became-required
- ○
the response property
/////became required for the statusresponse-property-became-required
- ●
- ▲
the response property
/////became optional for the statusresponse-property-became-optional
- ▲
the response property
/////became optional for the statusresponse-property-became-optional
- ○
removed the
publish_failedenum value from the//////response property for the response statusresponse-property-enum-value-removed
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
added the new
publish_failedenum value to the//////response property for the response statusresponse-property-enum-value-added
- ○
the response property
/////became required for the statusresponse-property-became-required
- ○
the response property
/////became required for the statusresponse-property-became-required
- ●
- ▲
the response property
/////became optional for the statusresponse-property-became-optional
- ▲
the response property
/////became optional for the statusresponse-property-became-optional
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
the response property
/////became required for the statusresponse-property-became-required
- ○
the response property
/////became required for the statusresponse-property-became-required
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
removed the
publish_failedenum value from the//////response property for the response statusresponse-property-enum-value-removed
- ○
- ●
added the new
publish_failedenum value to the//////response property for the response statusresponse-property-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
added to the
response propertyoneOflist for the response statusresponse-property-one-of-added
- ○
added discriminator to
response property for the response statusresponse-property-discriminator-added
- ○
removed
subschema #2from theresponse propertyoneOflist for the response statusresponse-property-one-of-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲