---
title: "POST /quick_command"
method: POST
path: "/quick_command"
tags: ["QuickCommand"]
---

# POST /quick_command

`POST /quick_command`

Create a new quick command

## 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

---

[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/d7525cb4e839/schema)
