v4

latestOpenAPI 3.1.02026-07-31155218294.8 KB
Dedicated Models

Deploy Args History

get/deploy/{deploy_id}/config/history

Path parameters

deploy_idstring required

Headers

xi-api-keystring nullable
x-api-keystring nullable

Response

Successful Response

entry_idstring required

Identifier of this past config; pass it to POST /deploy/{deploy_id}/config/history/{entry_id}/restore.

retired_atstring required

When this config was retired.

standard_argsobject required

Engine tuning knobs of this config.

extra_argsstring[]

Extra engine-specific command-line args of this config (custom-weight deploys only).

Example response

[
  {
    "retired_at": "2021-08-27T17:19:21+00:00"
  }
]