---
title: "Forward Ephemeris To Space Track"
method: PUT
path: "/ephemerides/{id}/forward/space-track"
tags: ["Ephemeris"]
---

# Forward Ephemeris To Space Track

`PUT /ephemerides/{id}/forward/space-track`

Manually forward an ephemeris to Space-Track.

## Path parameters

- `id` string, required — ID of the ephemeris to forward

## Query parameters

- `group_id` string, uuid, nullable — Optional group ID to use for the request

## Response `200`

Successful Response

- EphemerisForwardingResponse
  - `id` string, uuid, required
  - `target` 'space-track' | 'starlink', required
  - `status` 'pending' | 'success' | 'failed' | 'skipped', required
  - `comment` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/satcat/apis/satcat-service-api.md) · [All operations](https://skmtc.net/satcat/apis/satcat-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/satcat/satcat-service-api/versions/afeec2546de3/schema)
