---
title: "Install Ship Module"
method: POST
path: "/my/ships/{shipSymbol}/modules/install"
tags: ["Fleet"]
---

# Install Ship Module

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

Install a module on a ship. The module must be in your cargo.

## Path parameters

- `shipSymbol` string, required

## Request body

- object
  - `symbol` string, required — The symbol of the module to install

## Response `201`

Successfully installed the module on the ship.

- object
  - `data` object, required
    - `agent` AgentJson, required — unresolved $ref
    - `modules` ShipModuleJson[], required — unresolved $ref
    - `cargo` ShipCargoJson, required — unresolved $ref
    - `transaction` object, required
      - `waypointSymbol` string, required
      - `shipSymbol` string, required
      - `tradeSymbol` string, required
      - `totalPrice` integer, required
      - `timestamp` string, required

---

[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)
