---
title: "Add shortcut"
method: POST
path: "/host/file_manager/shortcuts"
tags: ["SSH"]
---

# Add shortcut

`POST /host/file_manager/shortcuts`

Adds a shortcut for a specific host.

## Request body

- object
  - `hostId` integer
  - `path` string
  - `name` string

## Response `200`

Shortcut added.

## Other responses

- `400` — Invalid data.
- `409` — Shortcut already exists.
- `500` — Failed to add shortcut.

---

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