Skip to main content
GET
Deploy Args History

Authorizations

Authorization
string
header
required

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

Headers

xi-api-key
string | null
x-api-key
string | null

Path Parameters

deploy_id
string
required

Response

Successful Response

entry_id
string
required

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

retired_at
string
required

When this config was retired.

Example:

"2021-08-27T17:19:21+00:00"

standard_args
object
required

Engine tuning knobs of this config.

extra_args
string[]

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