Propagation

Remove State Vector

Removed state vector assigned to propagation job.

delete/propagations/{id}/states

Path parameters

idstring uuid required

UUID of Propagation

UUID of Propagation

Response

Successful Response

idstring uuid required
created_atstring date-time nullable
status'CREATED' | 'PENDING' | 'RUNNING' | 'SUCCESS' | 'FAILURE' | 'CANCELED' required
ephemeris_idstring uuid nullable
start_timestring date-time nullable
end_timestring date-time nullable
started_atstring date-time nullable
completed_atstring date-time nullable
target_durationnumber nullable
timestepnumber nullable
enable_discontinuitiesboolean
maneuver_countinteger
tle_idstring uuid nullable
state_vector_idstring uuid nullable

Changes

Changed in 1 of the 4 revisions of this API.1

    • added the optional property enable_discontinuities to the response with the 201 status

      response-optional-property-added