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

## Changes

- **2026-08-07** `20597ff9843e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/satcat/apis/satcat-service-api/changes/ephemerides/:id/forward/space-track/put.md)

---

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