Deploy Service
API Reference
Deploy Service
Trigger a deployment for a specific service within an environment.
POST
Deploy Service
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the environment
The unique identifier of the service
Body
application/json
- Deploy by Commit ID
- Deploy Docker Image
- Deploy Helm Chart
- Preview Deployment
The Git commit ID to deploy
Response
200
Deployment triggered successfully