---
title: "Deploy Args History"
method: GET
path: "/deploy/{deploy_id}/config/history"
tags: ["Dedicated Models"]
---

# Deploy Args History

`GET /deploy/{deploy_id}/config/history`

## Path parameters

- `deploy_id` string, required

## Headers

- `xi-api-key` string, nullable
- `x-api-key` string, nullable

## Response `200`

Successful Response

- DeployArgsHistoryOut[]
  - `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.
  - `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).

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `422` — Validation Error

---

[API](https://skmtc.net/deepinfra/apis/deepinfra-api.md) · [All operations](https://skmtc.net/deepinfra/apis/deepinfra-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deepinfra/deepinfra-api/versions/51b817b3f80f/schema)
