Pauses or resumes a mission execution
Modifies a mission execution.
Currently, only pausing and resuming executions are supported. (To abort a mission, see abortMission API)
PUT
Documentation Index
Fetch the complete documentation index at: https://inorbitinc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
InOrbit appKey authenticates API requests using a token.
You can obtain your appKey in the Authentication docs.
Path Parameters
The running mission's id
Body
application/json
Mission object to be created
Available options:
pause, resume Response
The mission execution was correctly updated (paused or resumed).
Unique id of mission created. It can be tracked using Mission Tracking API.s