---
title: "PUT /quick_command/{id}"
method: PUT
path: "/quick_command/{id}"
tags: ["QuickCommand"]
---

# PUT /quick_command/{id}

`PUT /quick_command/{id}`

Update an existing quick command by ID

## Path parameters

- `id` integer, required

## Request body

- ModelQuickCommand
  - `command` string — Actual command to execute
  - `created_at` string
  - `creator_id` integer — Creator ID
  - `description` string — Command description
  - `id` integer
  - `is_global` boolean — Whether it's a global command
  - `name` string — Command name
  - `updated_at` string

## Response `200`

OK

## Changes

- **2025-05-09** `436e19491442` — 1 info
  - endpoint added
- **2025-03-02** `f6b1c099afda` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/veops/apis/untitled-api-3/changes/quick_command/:id/put.md)

---

[API](https://skmtc.dev/veops/apis/untitled-api-3.md) · [All operations](https://skmtc.dev/veops/apis/untitled-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/veops/untitled-api-3/revisions/fad9e5525e79/schema)
