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

# Remove Mount

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

Remove a mount from a ship.

The ship must be docked in a waypoint that has the `Shipyard` trait, and must have the desired mount that it wish to remove installed.

A removal fee will be deduced from the agent by the Shipyard.

## Path parameters

- `shipSymbol` string, required

## Request body

- object
  - `symbol` string, required — The symbol of the mount to remove.

## Response `201`

Successfully removed the mount.

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

## Changes

> 50 revisions in range; 2 not diffed.

- **2025-02-06** `a4500b4e7ef1` — 1 breaking
  - added the new path request parameter `shipSymbol`
- **2023-06-09** `01114438ccb4` — 2 breaking
  - removed the required property `data/transaction/timestamp` from the response with the `201` status
  - removed the required property `data/transaction/totalPrice` from the response with the `201` status
- **2023-06-09** `735393b679c5` — 2 info
  - api tag `Fleet` added
  - api tag `fleet` removed
- **2023-06-03** `5a2f0683851a` — 1 info
  - endpoint added
- **2023-05-20** `86f8c56c4690` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/spacetradersapi/apis/spacetraders-api/changes/my/ships/:shipSymbol/mounts/remove/post.md)

---

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