Fully managed - gets you started in minutes
Self-hosted solution - on-prem isolation and maximum security
Lightweight agent running on deployment targets
PowerShell commandlets to simplify CI integration
No-code integration with TeamCity
Learn more about Jaws Deploy building blocks
Step-by-step tutorials for setup and workflows
Reference for integrating with Jaws Deploy programmatically
Base route: /api/project
/api/project
Reorganizes the execution sequence of deployment steps for a project using an ordered list of step IDs.
PUT /api/project/steps/order { "projectId": "string", "orderedStepIds": ["string"] }
200 OK