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

---

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