---
title: "Orbit Ship"
method: POST
path: "/my/ships/{shipSymbol}/orbit"
tags: ["Fleet"]
---

# Orbit Ship

`POST /my/ships/{shipSymbol}/orbit`

Attempt to move your ship into orbit at its current location. The request will only succeed if your ship is capable of moving into orbit at the time of the request.

Orbiting ships are able to do actions that require the ship to be above surface such as navigating or extracting, but cannot access elements in their current waypoint, such as the market or a shipyard.

The endpoint is idempotent - successive calls will succeed even if the ship is already in orbit.

## Path parameters

- `shipSymbol` string, required

## Response `200`

The ship has successfully moved into orbit at its current location.

- object
  - `data` object, required
    - `nav` ShipNavJson, 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)
