Deployments
Create Deployment
Create a new deployment from a plan
POST
Base URL:
https://console.rotastellar.com
ā Requires session cookie or API key authentication.Request
The ID of the plan to deploy. The plan must belong to the authenticated user.
Simulation speed for simulated deployments. Default:
100. A value of 100 means a 90-minute orbit plays in ~1 minute.Status Lifecycle
After creation, the deployment status transitions:| Status | Meaning |
|---|---|
pending | Created, waiting to start |
dispatched | Assigned to an agent (live mode) |
running | Agent is executing |
completed | All steps finished successfully |
failed | Execution failed |
cancelled | Cancelled by user |

