---
title: "Install Mount"
method: POST
path: "/my/ships/{shipSymbol}/mounts/install"
tags: ["Fleet"]
---

# Install Mount

`POST /my/ships/{shipSymbol}/mounts/install`

Install a mount on a ship.

In order to install a mount, the ship must be docked and located in a waypoint that has a `Shipyard` trait. The ship also must have the mount to install in its cargo hold.

An installation fee will be deduced by the Shipyard for installing the mount on the ship.

## Path parameters

- `shipSymbol` string, required

## Request body

- object
  - `symbol` string, required

## Response `201`

Successfully installed the mount.

- object
  - `data` object, required
    - `agent` AgentJson, required — unresolved $ref
    - `mounts` ShipMountJson[], required — List of installed mounts after the installation of the new mount. — unresolved $ref
    - `cargo` ShipCargoJson, required — unresolved $ref
    - `transaction` ShipModificationTransactionJson, required — unresolved $ref

---

[API](https://skmtc.net/spacetradersapi/apis/spacetraders-api.md) · [All operations](https://skmtc.net/spacetradersapi/apis/spacetraders-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spacetradersapi/spacetraders-api/revisions/197cf9b9a2b6/schema)
